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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
EUC-JP | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
UTF-8 | 쒀롍쒀롎vB | 1110110010010010100000001110101110100001100011011110110010010010100000001110101110100001100011100111011001000010 | ec9280eba18dec9280eba18e7642 |
UHC | 쒀롍쒀롎vB | 10111110101011001000111011010011101111101010110010001110110101000111011001000010 | beac8ed3beac8ed47642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)