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 | 11100101010101010011111111100101010101010011111101000010 | e5553fe5553f42 |
EUC-JP | 藏?藏?B | 11101001101101100011111111101001101101100011111101000010 | e9b63fe9b63f42 |
UTF-8 | 藏렣藏렣B | 11101000100101111000111111101011101000001010001111101000100101111000111111101011101000001010001101000010 | e8978feba0a3e8978feba0a342 |
UHC | 藏렣藏렣B | 111011011111101010001110101101001110110111111010100011101011010001000010 | edfa8eb4edfa8eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)