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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
UTF-8 | 렺슘Lh렺슘L | 111010111010000010111010111011001000101010011000010011000110100011101011101000001011101011101100100010101001100001001100 | eba0baec8a984c68eba0baec8a984c |
UHC | 렺슘Lh렺슘L | 1000111011000010101111011011011101001100011010001000111011000010101111011011011101001100 | 8ec2bdb74c688ec2bdb74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)