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 | 珎獨玻 | 11100000110111011110000011010101111100101011010011110010111000111110000011011110 | e0dde0d5f2b4f2e3e0de |
EUC-JP | 珎獨??玻 | 1110000011011111111000001101011100111111001111111110000011100000 | e0dfe0d73f3fe0e0 |
UTF-8 | 珎獨玻 | 111001111000111110001110111001111000110110101000111011101000011110101011111011101000100010011010111001111000111010111011 | e78f8ee78da8ee87abee889ae78ebb |
UHC | ?獨??? | 001111111101010010111100001111110011111100111111 | 3fd4bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)