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×V | 1001000101000010100011111101011101010110 | 91428fd756 |
SJIS-WIN | ?B?×V | 001111110100001000111111100000010111111001010110 | 3f423f817e56 |
EUC-JP | ?B?×V | 001111110100001000111111101000011101111101010110 | 3f423fa1df56 |
UTF-8 | B×V | 1100001010010001010000101100001010001111110000111001011101010110 | c29142c28fc39756 |
UHC | ?B?×V | 001111110100001000111111101000011011111101010110 | 3f423fa1bf56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)