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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥??鳶?? | 1110010101011010001111110011111110010011110011100011111100111111 | e55a3f3f93ce3f3f |
EUC-JP | 藥??鳶?? | 1110100110111011001111110011111111000110110100000011111100111111 | e9bb3f3fc6d03f3f |
UTF-8 | 藥썰퍟鳶멨뜏 | 111010001001011110100101111011001000110110110000111011011000110110011111111010011011001110110110111010111010100110101000111010111001110010001111 | e897a5ec8db0ed8d9fe9b3b6eba9a8eb9c8f |
UHC | 藥썰퍟鳶멨뜏 | 111001011011011110111101111001001011101110010110111001101110100110111000111001011000110110010010 | e5b7bde4bb96e6e9b8e58d92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)