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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 昌ッ蒻^ | 100011111011100110101111111001001110100001011110 | 8fb9afe4e85e |
EUC-JP | 昌ッ蒻^ | 10111110101110111000111010101111111010001110101001011110 | bebb8eafe8ea5e |
UTF-8 | 昌ッ蒻^ | 11100110100110001000110011101111101111011010111111101000100100101011101101011110 | e6988cefbdafe892bb5e |
UHC | 昌?蒻^ | 111100111110001100111111111001011011011001011110 | f3e33fe5b65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)