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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 車勺B | 11110000110000001000111011010100100011101101100101000010 | f0c08ed48ed942 |
EUC-JP | ?車勺B | 001111111011110011010110101111001101101101000010 | 3fbcd6bcdb42 |
UTF-8 | 車勺B | 11101110100000011011111111101000101110111000101011100101100010111011101001000010 | ee81bfe8bb8ae58bba42 |
UHC | ?車勺B | 001111111111001110110011111011011100001101000010 | 3ff3b3edc342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)