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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ホ鉋ゥB | 11001110111101101110010111100111111011101010100101000010 | cef6e5e7eea942 |
EUC-JP | ホ?鉋ゥB | 1000111011001110001111111110111011110000100011101010100101000010 | 8ece3feef08ea942 |
UTF-8 | ホ鉋ゥB | 11101111101111101000111011101110100101001000110011101001100010011000101111101111101111011010100101000010 | efbe8eee948ce9898befbda942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)