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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 檍??二? | 10011110111110000011111100111111100100111111000100111111 | 9ef83f3f93f13f |
EUC-JP | 檍??二? | 11011100111110100011111100111111110001101111001100111111 | dcfa3f3fc6f33f |
UTF-8 | 檍용낄二췇 | 111001101010101010001101111011001001101010101001111010111000001010000100111001001011101010001100111011001011011110000111 | e6aa8dec9aa9eb8284e4ba8cecb787 |
UHC | 檍용낄二췇 | 11100101111001011011111111101011101100111010010111101100101000111010111001000010 | e5e5bfebb3a5eca3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)