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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愎塀鵈 | 100111001011110110010101101110111110100111111100 | 9cbd95bbe9fc |
EUC-JP | 愎塀鵈 | 110110001011111111001010101111011111001011111110 | d8bfcabdf2fe |
UTF-8 | 愎塀鵈 | 111001101000010010001110111001011010000110000000111010011011010110001000 | e6848ee5a180e9b588 |
UHC | 愎?? | 11111000101101000011111100111111 | f8b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)