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 | 1000111011011111111100111101111001110110100011101101111111110011110111100111011001000010 | 8edff3de768edff3de7642 |
EUC-JP | 釈?v釈?vB | 101111001110000100111111011101101011110011100001001111110111011001000010 | bce13f76bce13f7642 |
UTF-8 | 釈v釈vB | 111010011000011110001000111011101000101110010001011101101110100110000111100010001110111010001011100100010111011001000010 | e98788ee8b9176e98788ee8b917642 |
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)