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 | 猥??甸? | 11100000110011100011111100111111100110011011001000111111 | e0ce3f3f99b23f |
EUC-JP | 猥??甸? | 11100000110100000011111100111111110100101011010000111111 | e0d03f3fd2b43f |
UTF-8 | 猥섉짂甸쩈 | 111001111000110010100101111011001000010010001001111011001010011110000010111001111001010010111000111011001010100110001000 | e78ca5ec8489eca782e794b8eca988 |
UHC | 猥섉짂甸쩈 | 11101000111001011001100011100110101000111001001011101111101001001010010101000010 | e8e598e6a392efa4a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)