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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 楔堯^ | 1001111010110110111010101001111101011110 | 9eb6ea9f5e |
EUC-JP | 楔堯^ | 1101110010111000111101001010000101011110 | dcb8f4a15e |
UTF-8 | 楔堯^ | 11100110101001011001010011100101101000001010111101011110 | e6a594e5a0af5e |
UHC | 楔堯^ | 1110000011011011111010001110101101011110 | e0dbe8eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)