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 | 10001111100001110100110001101000100011111000011101001100 | 8f874c688f874c |
EUC-JP | 順Lh順L | 10111101111001110100110001101000101111011110011101001100 | bde74c68bde74c |
UTF-8 | 順Lh順L | 111010011010000010000110010011000110100011101001101000001000011001001100 | e9a0864c68e9a0864c |
UHC | 順Lh順L | 11100010111101110100110001101000111000101111011101001100 | e2f74c68e2f74c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)