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 | 0011111101001111 | 3f4f |
SJIS-WIN | 茱O | 111001001010001101001111 | e4a34f |
EUC-JP | 茱O | 111010001010010101001111 | e8a54f |
UTF-8 | 茱O | 11101000100011001011000101001111 | e88cb14f |
UHC | 茱O | 111000101011110001001111 | e2bc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)