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 | ?感鵡 | 0011111110001010101101001001011010110111 | 3f8ab496b7 |
EUC-JP | 瑗感鵡 | 10001111110011001100000010110100101101101100110010111001 | 8fccc0b4b6ccb9 |
UTF-8 | 瑗感鵡 | 111001111001000110010111111001101000010010011111111010011011010110100001 | e79197e6849fe9b5a1 |
UHC | 瑗感鵡 | 111010101011110011001010111011111101100111110111 | eabccaefd9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)