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 | 11100011010001101000111010000101100001000101101001000010 | e3468e85845a42 |
EUC-JP | 紮糸ЩB | 11100101101001111011101111100101101001111011101101000010 | e5a7bbe5a7bb42 |
UTF-8 | 紮糸ЩB | 111001111011010010101110111001111011001110111000110100001010100101000010 | e7b4aee7b3b8d0a942 |
UHC | 紮?ЩB | 111100111100111100111111101011001011101101000010 | f3cf3facbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)