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 | ??]???P | 00111111001111110101110100111111001111110011111101010000 | 3f3f5d3f3f3f50 |
SJIS-WIN | ?}]???P | 0011111110000001011100000101110100111111001111110011111101010000 | 3f81705d3f3f3f50 |
EUC-JP | ?}]???P | 0011111110100001110100010101110100111111001111110011111101010000 | 3fa1d15d3f3f3f50 |
UTF-8 | 룵}]룵첂◈P | 1110101110100011101101011110111110111101100111010101110111101011101000111011010111101100101100101000001011100010100101111000100001010000 | eba3b5efbd9d5deba3b5ecb282e2978850 |
UHC | 룵}]룵첂◈P | 100011111010101010100011111111010101110110001111101010101010101010001111101000101100001001010000 | 8faaa3fd5d8faaaa8fa2c250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)