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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ?轝v?轝vB | 0011111110001111111000011010101001110110001111111000111111100001101010100111011001000010 | 3f8fe1aa763f8fe1aa7642 |
UTF-8 | 쉎轝v쉎轝vB | 111011001000100110001110111010001011110110011101011101101110110010001001100011101110100010111101100111010111011001000010 | ec898ee8bd9d76ec898ee8bd9d7642 |
UHC | 쉎轝v쉎轝vB | 1001101001101000111001101010110001110110100110100110100011100110101011000111011001000010 | 9a68e6ac769a68e6ac7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)