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 | 111000101011010111110110111000100111011001000010 | e2b5f6e27642 |
EUC-JP | 箏?vB | 1110010010110111001111110111011001000010 | e4b73f7642 |
UTF-8 | 箏vB | 1110011110101110100011111110111010010100100010010111011001000010 | e7ae8fee94897642 |
UHC | 箏?vB | 1110111010110100001111110111011001000010 | eeb43f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)