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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 薏?薏?B | 100011111101100111011110001111111000111111011001110111100011111101000010 | 8fd9de3f8fd9de3f42 |
UTF-8 | 薏렫薏렫B | 11101000100101101000111111101011101000001010101111101000100101101000111111101011101000001010101101000010 | e8968feba0abe8968feba0ab42 |
UHC | 薏렫薏렫B | 111010111111101110001110101110011110101111111011100011101011100101000010 | ebfb8eb9ebfb8eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)