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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 郢ケ郢ケ^ | 11100111101110011011100111100111101110011011100101011110 | e7b9b9e7b9b95e |
EUC-JP | 郢ケ郢ケ^ | 111011101011101110001110101110011110111010111011100011101011100101011110 | eebb8eb9eebb8eb95e |
UTF-8 | 郢ケ郢ケ^ | 11101001100000111010001011101111101111011011100111101001100000111010001011101111101111011011100101011110 | e983a2efbdb9e983a2efbdb95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)