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 | 貅釈謝 | 111001101011101010001110110111111000111011010011 | e6ba8edf8ed3 |
EUC-JP | 貅釈謝 | 111011001011110010111100111000011011110011010101 | ecbcbce1bcd5 |
UTF-8 | 貅釈謝 | 111010001011001010000101111010011000011110001000111010001010110010011101 | e8b285e98788e8ac9d |
UHC | ??謝 | 00111111001111111101111011110011 | 3f3fdef3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)