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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 辣懃? | 1110011110000101100111001110011100111111 | e7859ce73f |
EUC-JP | 辣懃? | 1110110111100101110110001110100100111111 | ede5d8e93f |
UTF-8 | 辣懃뤜 | 111010001011111010100011111001101000011110000011111010111010010010011100 | e8bea3e68783eba49c |
UHC | 辣懃뤜 | 110101011011100011010000110001001000111111001011 | d5b8d0c48fcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)