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 | æÚ | 111001101101101010001110 | e6da8e |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | æÚ? | 10001111101010011100000110001111101010101110001000111111 | 8fa9c18faae23f |
UTF-8 | æÚ | 110000111010011011000011100110101100001010001110 | c3a6c39ac28e |
UHC | æ?? | 10101001101000010011111100111111 | a9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)