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 | 豕ウ岦 | 1110011010110011101100111111101010101100 | e6b3b3faac |
EUC-JP | 豕ウ岦 | 11101100101101011000111010110011100011111011101110110011 | ecb58eb38fbbb3 |
UTF-8 | 豕ウ岦 | 111010001011000110010101111011111011110110110011111001011011001010100110 | e8b195efbdb3e5b2a6 |
UHC | 豕?? | 11100011110011100011111100111111 | e3ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)