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悛 | 100011100111100000111111010110101001110010100000 | 8e783f5a9ca0 |
EUC-JP | 支?Z悛 | 101110111101100100111111010110101101100010100010 | bbd93f5ad8a2 |
UTF-8 | 支렟Z悛 | 11100110100101001010111111101011101000001001111101011010111001101000001010011011 | e694afeba09f5ae6829b |
UHC | 支렟Z悛 | 11110010101010001000111010110000010110101110111011111001 | f2a88eb05aeef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)