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 | 10010111010010000011111110010111010010000011111101000010 | 97483f97483f42 |
EUC-JP | 幽?幽?B | 11001101101010010011111111001101101010010011111101000010 | cda93fcda93f42 |
UTF-8 | 幽푱幽푱B | 11100101101110011011110111101101100100011011000111100101101110011011110111101101100100011011000101000010 | e5b9bded91b1e5b9bded91b142 |
UHC | 幽푱幽푱B | 111010101110101110111110011110011110101011101011101111100111100101000010 | eaebbe79eaebbe7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)