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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韃擎ヤシ | 111010001110010111111010110011001101010010111100 | e8e5faccd4bc |
EUC-JP | 韃擎ヤシ | 111100001110011110001111110000011010011010001110110101001000111010111100 | f0e78fc1a68ed48ebc |
UTF-8 | 韃擎ヤシ | 111010011001111110000011111001101001001110001110111011111011111010010100111011111011110110111100 | e99f83e6938eefbe94efbdbc |
UHC | ?擎?? | 0011111111001100110101100011111100111111 | 3fccd63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)