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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 暎?暎?^ | 10011101111100110011111110011101111100110011111101011110 | 9df33f9df33f5e |
EUC-JP | 暎?暎?^ | 11011010111101010011111111011010111101010011111101011110 | daf53fdaf53f5e |
UTF-8 | 暎쭰暎쭰^ | 11100110100110101000111011101100101011011011000011100110100110101000111011101100101011011011000001011110 | e69a8eecadb0e69a8eecadb05e |
UHC | 暎쭰暎쭰^ | 111001111011001010101000010001001110011110110010101010000100010001011110 | e7b2a844e7b2a8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)