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 | 蓍翊 | 11100100111001111110001111000010 | e4e7e3c2 |
EUC-JP | 蓍翊 | 11101000111010011110011011000100 | e8e9e6c4 |
UTF-8 | 蓍翊 | 111010001001001110001101111001111011111110001010 | e8938de7bf8a |
UHC | 蓍翊 | 11100011110010011110110011001101 | e3c9eccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)