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 | ??O | 001111110011111101001111 | 3f3f4f |
SJIS-WIN | 琥臑O | 1110000011100110111001000110000101001111 | e0e6e4614f |
EUC-JP | 琥臑O | 1110000011101000111001111100001001001111 | e0e8e7c24f |
UTF-8 | 琥臑O | 11100111100100001010010111101000100001111001000101001111 | e790a5e887914f |
UHC | 琥?O | 11111011110100000011111101001111 | fbd03f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)