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 | 顏俯律 | 111010001111100010011000111010111001011110100101 | e8f898eb97a5 |
EUC-JP | 顏俯律 | 111100001111101011010000111011011100111010100111 | f0fad0edcea7 |
UTF-8 | 顏俯律 | 111010011010000110001111111001001011111110101111111001011011111010001011 | e9a18fe4bfafe5be8b |
UHC | ?俯律 | 0011111111011100111101101101011111001000 | 3fdcf6d7c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)