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 | 謦畷カカ崧吝 | 11100110100100101001001111101011101101101011011011111010101011111001100111100101 | e69293ebb6b6faaf99e5 |
EUC-JP | 謦畷カカ崧吝 | 11101011111100101100011011101101100011101011011010001110101101101000111110111011110010101101001011100111 | ebf2c6ed8eb68eb68fbbcad2e7 |
UTF-8 | 謦畷カカ崧吝 | 111010001010110010100110111001111001010110110111111011111011110110110110111011111011110110110110111001011011010010100111111001011001000010011101 | e8aca6e795b7efbdb6efbdb6e5b4a7e5909d |
UHC | ????崧吝 | 0011111100111111001111110011111111100010111111101101011111110000 | 3f3f3f3fe2fed7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)