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 | 闔取 | 11101000100011101000111011100110 | e88e8ee6 |
EUC-JP | 闔取 | 11101111111011101011110011101000 | efeebce8 |
UTF-8 | 闔取 | 111010011001011110010100111001011000111110010110 | e99794e58f96 |
UHC | 闔取 | 11111001111011111111011010100010 | f9eff6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)