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 | 11100010110001100100110001101000111000101100011001001100 | e2c64c68e2c64c |
EUC-JP | 簇Lh簇L | 11100100110010000100110001101000111001001100100001001100 | e4c84c68e4c84c |
UTF-8 | 簇Lh簇L | 111001111011000010000111010011000110100011100111101100001000011101001100 | e7b0874c68e7b0874c |
UHC | 簇Lh簇L | 11110000111010100100110001101000111100001110101001001100 | f0ea4c68f0ea4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)