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 | 檍??臾? | 10011110111110000011111100111111111001000110101100111111 | 9ef83f3fe46b3f |
EUC-JP | 檍??臾? | 11011100111110100011111100111111111001111100110000111111 | dcfa3f3fe7cc3f |
UTF-8 | 檍용끝臾펋 | 111001101010101010001101111011001001101010101001111010111000000110011101111010001000011110111110111011011000111010001011 | e6aa8dec9aa9eb819de887beed8e8b |
UHC | 檍용끝臾펋 | 11100101111001011011111111101011101100111010000111101011101011001011110001100100 | e5e5bfebb3a1ebacbc64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)