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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 妊滂 | 10010100010001001001111111101111 | 94449fef |
EUC-JP | 妊滂 | 11000111101001011101111011110001 | c7a5def1 |
UTF-8 | 妊滂 | 111001011010011010001010111001101011101110000010 | e5a68ae6bb82 |
UHC | 妊滂 | 11101100111101001101101110110101 | ecf4dbb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)