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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ラvラvB | 110101111111011001111101011101101101011111110110011111010111011001000010 | d7f67d76d7f67d7642 |
EUC-JP | ラ?vラ?vB | 100011101101011100111111011101101000111011010111001111110111011001000010 | 8ed73f768ed73f7642 |
UTF-8 | ラvラvB | 111011111011111010010111111011101001001010100101011101101110111110111110100101111110111010010010101001010111011001000010 | efbe97ee92a576efbe97ee92a57642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)