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 | 髫俯律 | 111010011001101010011000111010111001011110100101 | e99a98eb97a5 |
EUC-JP | 髫俯律 | 111100011111101011010000111011011100111010100111 | f1fad0edcea7 |
UTF-8 | 髫俯律 | 111010011010101110101011111001001011111110101111111001011011111010001011 | e9ababe4bfafe5be8b |
UHC | ?俯律 | 0011111111011100111101101101011111001000 | 3fdcf6d7c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)