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 | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 瓏Lh瓏L | 11100000111110100100110001101000111000001111101001001100 | e0fa4c68e0fa4c |
EUC-JP | 瓏Lh瓏L | 11100000111111000100110001101000111000001111110001001100 | e0fc4c68e0fc4c |
UTF-8 | 瓏Lh瓏L | 111001111001001110001111010011000110100011100111100100111000111101001100 | e7938f4c68e7938f4c |
UHC | 瓏Lh瓏L | 11010110111010100100110001101000110101101110101001001100 | d6ea4c68d6ea4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)