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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렱롌솜얗렠송 | 111010111010000010110001111010111010000110001100111011001000011010011100111011001001011010010111111010111010000010100000111011001000011010100001 | eba0b1eba18cec869cec9697eba0a0ec86a1 |
UHC | 렱롌솜얗렠송 | 100011101011111010001110110100101011110011011000101111101110100110001110101100011011110011011011 | 8ebe8ed2bcd8bee98eb1bcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)