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異 | 100011100111100000111111010110101000100011011001 | 8e783f5a88d9 |
EUC-JP | 支?Z異 | 101110111101100100111111010110101011000011011011 | bbd93f5ab0db |
UTF-8 | 支렟Z異 | 11100110100101001010111111101011101000001001111101011010111001111001010110110000 | e694afeba09f5ae795b0 |
UHC | 支렟Z異 | 11110010101010001000111010110000010110101110110010110110 | f2a88eb05aecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)