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 | 10001110101010100011111110001110101010100011111101000010 | 8eaa3f8eaa3f42 |
EUC-JP | 蒔?蒔?B | 10111100101011000011111110111100101011000011111101000010 | bcac3fbcac3f42 |
UTF-8 | 蒔덧蒔덧B | 11101000100100101001010011101011100011011010011111101000100100101001010011101011100011011010011101000010 | e89294eb8da7e89294eb8da742 |
UHC | 蒔덧蒔덧B | 111000111100100010110101101000011110001111001000101101011010000101000010 | e3c8b5a1e3c8b5a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)