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 | 煽疫煽? | 10010000111110001000100101110101100100001111100000111111 | 90f8897590f83f |
EUC-JP | 煽疫煽彤 | 110000001111101010110001110101101100000011111010100011111011110011111101 | c0fab1d6c0fa8fbcfd |
UTF-8 | 煽疫煽彤 | 111001111000010110111101111001111001011010101011111001111000010110111101111001011011110110100100 | e785bde796abe785bde5bda4 |
UHC | 煽疫煽? | 11100000110000111110011010111001111000001100001100111111 | e0c3e6b9e0c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)