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 | 1000111011001100111100111101111001110110100011101100110011110011110111100111011001000010 | 8eccf3de768eccf3de7642 |
EUC-JP | 捨?v捨?vB | 101111001100111000111111011101101011110011001110001111110111011001000010 | bcce3f76bcce3f7642 |
UTF-8 | 捨v捨vB | 111001101000110110101000111011101000101110010001011101101110011010001101101010001110111010001011100100010111011001000010 | e68da8ee8b9176e68da8ee8b917642 |
UHC | 捨?v捨?vB | 110111101101011100111111011101101101111011010111001111110111011001000010 | ded73f76ded73f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)