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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????蓚山 | 0011111100111111001111110011111111100100111010011000111001010010 | 3f3f3f3fe4e98e52 |
EUC-JP | ????蓚山 | 0011111100111111001111110011111111101000111010111011101110110011 | 3f3f3f3fe8ebbbb3 |
UTF-8 | 렱롛솔렯蓚山 | 111010111010000010110001111010111010000110011011111011001000011010010100111010111010000010101111111010001001001110011010111001011011000110110001 | eba0b1eba19bec8694eba0afe8939ae5b1b1 |
UHC | 렱롛솔렯蓚山 | 100011101011111010001110110111111011110011010110100011101011110011100010101111101101111110100011 | 8ebe8edfbcd68ebce2bedfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)