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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 애롎롁롙렟 | 111011001001010110100000111010111010000110001110111010111010000110000001111010111010000110011001111010111010000010011111 | ec95a0eba18eeba181eba199eba09f |
UHC | 애롎롁롙렟 | 10111110110101101000111011010100100011101100100010001110110111011000111010110000 | bed68ed48ec88edd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)