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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶢??。 | 100110111101000000111111001111111000000101000010 | 9bd03f3f8142 |
EUC-JP | 嶢?蔣。 | 1101011011010010001111111000111111011001101101101010000110100011 | d6d23f8fd9b6a1a3 |
UTF-8 | 嶢렎蔣。 | 111001011011011010100010111010111010000010001110111010001001010010100011111000111000000010000010 | e5b6a2eba08ee894a3e38082 |
UHC | 嶢렎蔣。 | 1110100011110010100011101010010011101101111110001010000110100011 | e8f28ea4edf8a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)