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 | 荅蚊 | 11100100101001111000100111100001 | e4a789e1 |
EUC-JP | 荅蚊 | 11101000101010011011001011100011 | e8a9b2e3 |
UTF-8 | 荅蚊 | 111010001000110110000101111010001001101010001010 | e88d85e89a8a |
UHC | ?蚊 | 001111111101101010100101 | 3fdaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)