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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 墻や?}B | 10011010110101001000001011100010001111110111110101000010 | 9ad482e23f7d42 |
EUC-JP | 墻や?}B | 11010100110101101010010011100100001111110111110101000010 | d4d6a4e43f7d42 |
UTF-8 | 墻や툋}B | 1110010110100010101110111110001110000010100001001110110110001000100010110111110101000010 | e5a2bbe38284ed888b7d42 |
UHC | 墻や툋}B | 1110110111011111101010101110010010111000100000110111110101000010 | eddfaae4b8837d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)