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 | 111011111010011010011110111011001000001010101101111010101011010110110000010011000110100011101111101001101001111011101100100000101010110111101010101101011011000001001100 | efa69eec82adeab5b04c68efa69eec82adeab5b04c |
UHC | 咽삭군Lh咽삭군L | 111001101110110010111011111010001011000110111010010011000110100011100110111011001011101111101000101100011011101001001100 | e6ecbbe8b1ba4c68e6ecbbe8b1ba4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)