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 | 髮ォ驗 | 1110100110011011101010111110100110000100 | e99babe984 |
EUC-JP | 髮ォ驗 | 111100011111101110001110101010111111000111100100 | f1fb8eabf1e4 |
UTF-8 | 髮ォ驗 | 111010011010101110101110111011111011110110101011111010011010100110010111 | e9abaeefbdabe9a997 |
UHC | 髮?驗 | 1101101110100101001111111111101011010000 | dba53ffad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)