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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔舌邵?舌 | 100111101011011010010000111000111110011110111000001111111001000011100011 | 9eb690e3e7b83f90e3 |
EUC-JP | 楔舌邵炤舌 | 1101110010111000110000001110010111101110101110101000111111001001110100101100000011100101 | dcb8c0e5eeba8fc9d2c0e5 |
UTF-8 | 楔舌邵炤舌 | 111001101010010110010100111010001000100010001100111010011000001010110101111001111000001010100100111010001000100010001100 | e6a594e8888ce982b5e782a4e8888c |
UHC | 楔舌邵炤舌 | 11100000110110111110000011011111111000011101000011100001101111111110000011011111 | e0dbe0dfe1d0e1bfe0df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)