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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | ??チAB | 001111110011111110000011011000000100000101000010 | 3f3f83604142 |
EUC-JP | ??チAB | 001111110011111110100101110000010100000101000010 | 3f3fa5c14142 |
UTF-8 | 룵첂チAB | 1110101110100011101101011110110010110010100000101110001110000011100000010100000101000010 | eba3b5ecb282e383814142 |
UHC | 룵첂チAB | 1000111110101010101010101000111110101011110000010100000101000010 | 8faaaa8fabc14142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)