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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 貅専ウエ妺ゥ^ | 11100110101110101001000011101010101100111011010011111010101001011010100101011110 | e6ba90eab3b4faa5a95e |
EUC-JP | 貅専ウエ妺ゥ^ | 1110110010111100110000001110110010001110101100111000111010110100100011111011100110110111100011101010100101011110 | ecbcc0ec8eb38eb48fb9b78ea95e |
UTF-8 | 貅専ウエ妺ゥ^ | 11101000101100101000010111100101101100001000001011101111101111011011001111101111101111011011010011100101101001101011101011101111101111011010100101011110 | e8b285e5b082efbdb3efbdb4e5a6baefbda95e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)