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 | 111011111010011110110101111000101001000110111001111011001011110110100001010011000110100011101111101001111011010111100010100100011011100111101100101111011010000101001100 | efa7b5e291b9ecbda14c68efa7b5e291b9ecbda14c |
UHC | 淋⑹콡Lh淋⑹콡L | 111011001111100010101001111011001011000110011001010011000110100011101100111110001010100111101100101100011001100101001100 | ecf8a9ecb1994c68ecf8a9ecb1994c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)