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 | 髯梧梔 | 111010011001100110001100111001101001111010001001 | e9998ce69e89 |
EUC-JP | 髯梧梔 | 111100011111100110111000111010001101101111101001 | f1f9b8e8dbe9 |
UTF-8 | 髯梧梔 | 111010011010101110101111111001101010001010100111111001101010001010010100 | e9abafe6a2a7e6a294 |
UHC | ?梧梔 | 0011111111100111111111001111011010111100 | 3fe7fcf6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)