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 | 001111111000111111000001010011000110100000111111100011111100000101001100 | 3f8fc14c683f8fc14c |
EUC-JP | ?消Lh?消L | 001111111011111011000011010011000110100000111111101111101100001101001100 | 3fbec34c683fbec34c |
UTF-8 | 뎫消Lh뎫消L | 111010111000111010101011111001101011011010001000010011000110100011101011100011101010101111100110101101101000100001001100 | eb8eabe6b6884c68eb8eabe6b6884c |
UHC | 뎫消Lh뎫消L | 1000100101111001111000011011110001001100011010001000100101111001111000011011110001001100 | 8979e1bc4c688979e1bc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)