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 | 箋迄 | 11100010101100111001011010011000 | e2b39698 |
EUC-JP | 箋迄 | 11100100101101011100101111111000 | e4b5cbf8 |
UTF-8 | 箋迄 | 111001111010111010001011111010001011111110000100 | e7ae8be8bf84 |
UHC | 箋? | 111011111010100000111111 | efa83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)