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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鮨冗夢謠エB | 11101001101111011000111111100111100101101011001011100110100011111011010001000010 | e9bd8fe796b2e68fb442 |
EUC-JP | 鮨冗夢謠エB | 1111001010111111101111101110100111001100101101001110101111101111100011101011010001000010 | f2bfbee9ccb4ebef8eb442 |
UTF-8 | 鮨冗夢謠エB | 11101001101011101010100011100101100001101001011111100101101001001010001011101000101011001010000011101111101111011011010001000010 | e9aea8e58697e5a4a2e8aca0efbdb442 |
UHC | ?冗夢謠?B | 001111111110100110110111110110011101001111101001101010100011111101000010 | 3fe9b7d9d3e9aa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)