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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | ツ鼠}B | 1100001010010001011011000111110101000010 | c2916c7d42 |
EUC-JP | ツ鼠}B | 100011101100001011000001110011010111110101000010 | 8ec2c1cd7d42 |
UTF-8 | ツ鼠}B | 1110111110111110100000101110100110111100101000000111110101000010 | efbe82e9bca07d42 |
UHC | ?鼠}B | 0011111111100000101010010111110101000010 | 3fe0a97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)