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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 踈ゥ辯 | 1110011011110001101010011110011110000111 | e6f1a9e787 |
EUC-JP | 踈ゥ辯 | 111011001111001110001110101010011110110111100111 | ecf38ea9ede7 |
UTF-8 | 踈ゥ辯 | 111010001011100010001000111011111011110110101001111010001011111010101111 | e8b888efbda9e8beaf |
UHC | ??辯 | 00111111001111111101110010101010 | 3f3fdcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)