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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紹ヨ燁 | 1000111111010000110101101111101101011001 | 8fd0d6fb59 |
EUC-JP | 紹ヨ燁 | 10111110110100101000111011010110100011111100101010110011 | bed28ed68fcab3 |
UTF-8 | 紹ヨ燁 | 111001111011010010111001111011111011111010010110111001111000011110000001 | e7b4b9efbe96e78781 |
UHC | 紹?燁 | 1110000111001001001111111110011110100111 | e1c93fe7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)