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 | 111011111010011110100010111010101011111010101010111011001000100110111011010011000110100011101111101001111010001011101010101111101010101011101100100010011011101101001100 | efa7a2eabeaaec89bb4c68efa7a2eabeaaec89bb4c |
UHC | 梨꾪쉻Lh梨꾪쉻L | 111011001011000110000100111011011001101010010001010011000110100011101100101100011000010011101101100110101001000101001100 | ecb184ed9a914c68ecb184ed9a914c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)