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 | 踈ァ辭箆 | 11100110111100011010011111100111100001101001010111001101 | e6f1a7e78695cd |
EUC-JP | 踈ァ辭箆 | 1110110011110011100011101010011111101101111001101100101011001111 | ecf38ea7ede6cacf |
UTF-8 | 踈ァ辭箆 | 111010001011100010001000111011111011110110100111111010001011111010101101111001111010111010000110 | e8b888efbda7e8beade7ae86 |
UHC | ??辭? | 0011111100111111110111101111011000111111 | 3f3fdef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)