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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 莠ョ隍カ逎ァB | 11100100101110101010111011101000101001001011011011100111101000111010011101000010 | e4baaee8a4b6e7a3a742 |
EUC-JP | 莠ョ隍カ逎ァB | 11101000101111001000111010101110111100001010011010001110101101101110111010100101100011101010011101000010 | e8bc8eaef0a68eb6eea58ea742 |
UTF-8 | 莠ョ隍カ逎ァB | 11101000100011101010000011101111101111011010111011101001100110101000110111101111101111011011011011101001100000001000111011101111101111011010011101000010 | e88ea0efbdaee99a8defbdb6e9808eefbda742 |
UHC | ??隍???B | 0011111100111111111111001101101100111111001111110011111101000010 | 3f3ffcdb3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)