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 | 111011001001110010011111111010001011110110011101011101101110110010011100100111111110100010111101100111010111011001000010 | ec9c9fe8bd9d76ec9c9fe8bd9d7642 |
UHC | 윟轝v윟轝vB | 1001111110100010111001101010110001110110100111111010001011100110101011000111011001000010 | 9fa2e6ac769fa2e6ac7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)