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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | ?磅@B | 0011111111100001111110100100000001000010 | 3fe1fa4042 |
EUC-JP | ?磅@B | 0011111111100010111111000100000001000010 | 3fe2fc4042 |
UTF-8 | 렺磅@B | 1110101110100000101110101110011110100011100001010100000001000010 | eba0bae7a3854042 |
UHC | 렺磅@B | 100011101100001011011011101101100100000001000010 | 8ec2dbb64042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)