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 | 膤堺浦 | 111001000101001010001101111001001000100101011001 | e4528de48959 |
EUC-JP | 膤堺浦 | 111001111011001110111010111001101011000110111010 | e7b3bae6b1ba |
UTF-8 | 膤堺浦 | 111010001000011010100100111001011010000010111010111001101011010110100110 | e886a4e5a0bae6b5a6 |
UHC | ?堺浦 | 0011111111001100111101111111100011011101 | 3fccf7f8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)