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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 寤??\ | 1001101110001000001111110011111101011100 | 9b883f3f5c |
EUC-JP | 寤??\ | 1101010111101000001111110011111101011100 | d5e83f3f5c |
UTF-8 | 寤뤿젫\ | 11100101101011111010010011101011101001001011111111101100101000001010101101011100 | e5afa4eba4bfeca0ab5c |
UHC | 寤뤿젫\ | 11100111111101011000111111101011101000001010001101011100 | e7f58feba0a35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)