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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 中捧??? | 10010010100001101001010111111001001111110011111100111111 | 928695f93f3f3f |
EUC-JP | 中捧??? | 11000011111001101100101011111011001111110011111100111111 | c3e6cafb3f3f3f |
UTF-8 | 中捧렗띄렏 | 111001001011100010101101111001101000110110100111111010111010000010010111111010111001110110000100111010111010000010001111 | e4b8ade68da7eba097eb9d84eba08f |
UHC | 中捧렗띄렏 | 11110001111010011101110011101001100011101010110010110110111001111000111010100101 | f1e9dce98eacb6e78ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)