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 | 藥?星 | 1110010101011010001111111001000010101111 | e55a3f90af |
EUC-JP | 藥?星 | 1110100110111011001111111100000010110001 | e9bb3fc0b1 |
UTF-8 | 藥삺星 | 111010001001011110100101111011001000001010111010111001101001100010011111 | e897a5ec82bae6989f |
UHC | 藥삺星 | 111001011011011110011000101100011110000011111000 | e5b798b1e0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)