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 | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
SJIS-WIN | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
EUC-JP | ???Lh???L | 001111110011111100111111010011000110100000111111001111110011111101001100 | 3f3f3f4c683f3f3f4c |
UTF-8 | 樂뗰쉰Lh樂뗰쉰L | 111011111010011010111111111010111001011110110000111011001000100110110000010011000110100011101111101001101011111111101011100101111011000011101100100010011011000001001100 | efa6bfeb97b0ec89b04c68efa6bfeb97b0ec89b04c |
UHC | 樂뗰쉰Lh樂뗰쉰L | 111010001111100110001011111011111011110110101110010011000110100011101000111110011000101111101111101111011010111001001100 | e8f98befbdae4c68e8f98befbdae4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)