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 | 召悊 | 10001111101000101111101010111110 | 8fa2fabe |
EUC-JP | 召悊 | 1011111010100100100011111011110111110000 | bea48fbdf0 |
UTF-8 | 召悊 | 111001011000111110101100111001101000001010001010 | e58face6828a |
UHC | 召? | 111000011010111100111111 | e1af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)