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 | 址???窩 | 10011010101011000011111100111111001111111110001001111100 | 9aac3f3f3fe27c |
EUC-JP | 址???窩 | 11010100101011100011111100111111001111111110001111011101 | d4ae3f3f3fe3dd |
UTF-8 | 址뜻렪렮窩 | 111001011001110110000000111010111001110010111011111010111010000010101010111010111010000010101110111001111010101010101001 | e59d80eb9cbbeba0aaeba0aee7aaa9 |
UHC | 址뜻렪렮窩 | 11110010101000111011011011100110100011101011100010001110101110111110100011000000 | f2a3b6e68eb88ebbe8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)