To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 容?荏? | 100101110110010100111111100010010110000000111111 | 97653f89603f |
EUC-JP | 容?荏? | 110011011100011000111111101100011100000100111111 | cdc63fb1c13f |
UTF-8 | 容룫荏뜸 | 111001011010111010111001111010111010001110101011111010001000110110001111111010111001110010111000 | e5aeb9eba3abe88d8feb9cb8 |
UHC | 容룫荏뜸 | 1110100110111011100011111010001011101100111110111011011011100100 | e9bb8fa2ecfbb6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)