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 | îQ^ | 1001101011101110100010110101000101011110 | 9aee8b515e |
SJIS-WIN | ???Q^ | 0011111100111111001111110101000101011110 | 3f3f3f515e |
EUC-JP | ?î?Q^ | 00111111100011111010101111000010001111110101000101011110 | 3f8fabc23f515e |
UTF-8 | îQ^ | 1100001010011010110000111010111011000010100010110101000101011110 | c29ac3aec28b515e |
UHC | ???Q^ | 0011111100111111001111110101000101011110 | 3f3f3f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)