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 | 谿?疽 | 1110011010101110001111111110000101110011 | e6ae3fe173 |
EUC-JP | 谿?疽 | 1110110010110000001111111110000111010100 | ecb03fe1d4 |
UTF-8 | 谿燐疽 | 111010001011000010111111111011111010011110101110111001111001011010111101 | e8b0bfefa7aee796bd |
UHC | 谿燐疽 | 110011011010110011101100110111011110111011000101 | cdacecddeec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)