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 | ヨ昮ス昭瑟 | 11110001111010011101011011111010110100101011110110001111101110101110000011101100 | f1e9d6fad2bd8fbae0ec |
EUC-JP | ?ヨ昮ス昭瑟 | 001111111000111011010110100011111100001010101011100011101011110110111110101111001110000011101110 | 3f8ed68fc2ab8ebdbebce0ee |
UTF-8 | ヨ昮ス昭瑟 | 111011101000010110100100111011111011111010010110111001101001100010101110111011111011110110111101111001101001100010101101111001111001000110011111 | ee85a4efbe96e698aeefbdbde698ade7919f |
UHC | ????昭瑟 | 0011111100111111001111110011111111100001101110011110001110100010 | 3f3f3f3fe1b9e3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)