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 | 속샴렱롈셴 | 111011001000011010001101111011001000001110110100111010111010000010110001111010111010000110001000111011001000010110110100 | ec868dec83b4eba0b1eba188ec85b4 |
UHC | 속샴렱롈셴 | 10111100110100111011110010100100100011101011111010001110110011101011110011001111 | bcd3bca48ebe8ecebccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)