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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ス゚瑙 | 10111101110111111110000011101101 | bddfe0ed |
EUC-JP | ス゚瑙 | 100011101011110110001110110111111110000011101111 | 8ebd8edfe0ef |
UTF-8 | ス゚瑙 | 111011111011110110111101111011111011111010011111111001111001000110011001 | efbdbdefbe9fe79199 |
UHC | ??瑙 | 00111111001111111101001011000101 | 3f3fd2c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)