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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 藏?藏?^ | 11100101010101010011111111100101010101010011111101011110 | e5553fe5553f5e |
EUC-JP | 藏?藏?^ | 11101001101101100011111111101001101101100011111101011110 | e9b63fe9b63f5e |
UTF-8 | 藏렩藏렩^ | 11101000100101111000111111101011101000001010100111101000100101111000111111101011101000001010100101011110 | e8978feba0a9e8978feba0a95e |
UHC | 藏렩藏렩^ | 111011011111101010001110101101111110110111111010100011101011011101011110 | edfa8eb7edfa8eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)