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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湲?湲?B | 10011111110100010011111110011111110100010011111101000010 | 9fd13f9fd13f42 |
EUC-JP | 湲?湲?B | 11011110110100110011111111011110110100110011111101000010 | ded33fded33f42 |
UTF-8 | 湲렯湲렯B | 11100110101110011011001011101011101000001010111111100110101110011011001011101011101000001010111101000010 | e6b9b2eba0afe6b9b2eba0af42 |
UHC | 湲렯湲렯B | 111010101011100010001110101111001110101010111000100011101011110001000010 | eab88ebceab88ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)