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 | 0011111100111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f3f7d42 |
SJIS-WIN | 蔭?????}B | 100010001111110000111111001111110011111100111111001111110111110101000010 | 88fc3f3f3f3f3f7d42 |
EUC-JP | 蔭?????}B | 101100001111111000111111001111110011111100111111001111110111110101000010 | b0fe3f3f3f3f3f7d42 |
UTF-8 | 蔭붾젶溜쎌꺎}B | 1110100010010100101011011110101110110110101111101110110010100000101101101110111110100111100010111110110010001110100011001110101010111010100011100111110101000010 | e894adebb6beeca0b6efa78bec8e8ceaba8e7d42 |
UHC | 蔭붾젶溜쎌꺎}B | 1110101111100011100101001110101110100000101010101110101011111110101111011110110010000011101101000111110101000010 | ebe394eba0aaeafebdec83b47d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)