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 | 蓍蕘 | 11100100111001111110010011111011 | e4e7e4fb |
EUC-JP | 蓍蕘 | 11101000111010011110100011111101 | e8e9e8fd |
UTF-8 | 蓍蕘 | 111010001001001110001101111010001001010110011000 | e8938de89598 |
UHC | 蓍? | 111000111100100100111111 | e3c93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)