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 | ??Z? | 00111111001111110101101000111111 | 3f3f5a3f |
SJIS-WIN | 支?Z意 | 100011100111100000111111010110101000100011010011 | 8e783f5a88d3 |
EUC-JP | 支?Z意 | 101110111101100100111111010110101011000011010101 | bbd93f5ab0d5 |
UTF-8 | 支렟Z意 | 11100110100101001010111111101011101000001001111101011010111001101000010010001111 | e694afeba09f5ae6848f |
UHC | 支렟Z意 | 11110010101010001000111010110000010110101110101111110010 | f2a88eb05aebf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)