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 | 瀇宍 | 11111011010011111000111010110011 | fb4f8eb3 |
EUC-JP | 瀇宍 | 1000111111001001101011011011110010110101 | 8fc9adbcb5 |
UTF-8 | 瀇宍 | 111001111000000010000111111001011010111010001101 | e78087e5ae8d |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)