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 | 1110001010110101111100101110001101110110111000101011010111110010111000110111011001000010 | e2b5f2e376e2b5f2e37642 |
EUC-JP | 箏?v箏?vB | 111001001011011100111111011101101110010010110111001111110111011001000010 | e4b73f76e4b73f7642 |
UTF-8 | 箏v箏vB | 111001111010111010001111111011101000100010011010011101101110011110101110100011111110111010001000100110100111011001000010 | e7ae8fee889a76e7ae8fee889a7642 |
UHC | 箏?v箏?vB | 111011101011010000111111011101101110111010110100001111110111011001000010 | eeb43f76eeb43f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)