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 | 倚耿? | 1001100011011111111000111101010000111111 | 98dfe3d43f |
EUC-JP | 倚耿汶 | 11010000111000011110011011010110100011111100011011100101 | d0e1e6d68fc6e5 |
UTF-8 | 倚耿汶 | 111001011000000010011010111010001000000010111111111001101011000110110110 | e5809ae880bfe6b1b6 |
UHC | 倚耿汶 | 111010111110111111001100111010101101101010100001 | ebefcceadaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)