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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 曙茱^ | 1000111110001100111001001010001101011110 | 8f8ce4a35e |
EUC-JP | 曙茱^ | 1011110111101100111010001010010101011110 | bdece8a55e |
UTF-8 | 曙茱^ | 11100110100110111001100111101000100011001011000101011110 | e69b99e88cb15e |
UHC | 曙茱^ | 1101111111110101111000101011110001011110 | dff5e2bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)