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 | ??hi??hiB | 001111110011111101101000011010010011111100111111011010000110100101000010 | 3f3f68693f3f686942 |
SJIS-WIN | ??hi??hiB | 001111110011111101101000011010010011111100111111011010000110100101000010 | 3f3f68693f3f686942 |
EUC-JP | ??hi??hiB | 001111110011111101101000011010010011111100111111011010000110100101000010 | 3f3f68693f3f686942 |
UTF-8 | 쒔렎hi쒔렎hiB | 1110110010010010100101001110101110100000100011100110100001101001111011001001001010010100111010111010000010001110011010000110100101000010 | ec9294eba08e6869ec9294eba08e686942 |
UHC | 쒔렎hi쒔렎hiB | 10111110101011011000111010100100011010000110100110111110101011011000111010100100011010000110100101000010 | bead8ea46869bead8ea4686942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)