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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迯剰洞迯 | 1110011110001101100011111110100010010011101101001110011110001101 | e78d8fe893b4e78d |
EUC-JP | 迯剰洞迯 | 1110110111101101101111101110101011000110101101101110110111101101 | ededbeeac6b6eded |
UTF-8 | 迯剰洞迯 | 111010001011111110101111111001011000100110110000111001101011010010011110111010001011111110101111 | e8bfafe589b0e6b49ee8bfaf |
UHC | ??洞? | 0011111100111111110101001101011100111111 | 3f3fd4d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)