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 | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-WIN | 蛇車vB | 100011101101011010001110110101000111011001000010 | 8ed68ed47642 |
EUC-JP | 蛇車vB | 101111001101100010111100110101100111011001000010 | bcd8bcd67642 |
UTF-8 | 蛇車vB | 1110100010011011100001111110100010111011100010100111011001000010 | e89b87e8bb8a7642 |
UHC | 蛇車vB | 110111101110111111110011101100110111011001000010 | deeff3b37642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)