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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 猊皺窈B | 11100000110001111110000110110000111000100111011101000010 | e0c7e1b0e27742 |
EUC-JP | 猊皺窈B | 11100000110010011110001010110010111000111101100001000010 | e0c9e2b2e3d842 |
UTF-8 | 猊皺窈B | 11100111100011001000101011100111100110101011101011100111101010101000100001000010 | e78c8ae79abae7aa8842 |
UHC | 猊皺窈B | 11100111110110011111010111010100111010011010000101000010 | e7d9f5d4e9a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)