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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 闢夜 | 11101000100100111001011011101001 | e89396e9 |
EUC-JP | 闢夜 | 11101111111100111100110011101011 | eff3cceb |
UTF-8 | 闢夜 | 111010011001011110100010111001011010010010011100 | e997a2e5a49c |
UHC | 闢夜 | 11011100101000111110010110101000 | dca3e5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)