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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ヤキ鮑^ | 1101010010110111111010011011100001011110 | d4b7e9b85e |
EUC-JP | ヤキ鮑^ | 10001110110101001000111010110111111100101011101001011110 | 8ed48eb7f2ba5e |
UTF-8 | ヤキ鮑^ | 11101111101111101001010011101111101111011011011111101001101011101001000101011110 | efbe94efbdb7e9ae915e |
UHC | ??鮑^ | 0011111100111111111110001110101001011110 | 3f3ff8ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)