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 | 貞?莊 | 1001001011100101001111111110010010110101 | 92e53fe4b5 |
EUC-JP | 貞?莊 | 1100010011100111001111111110100010110111 | c4e73fe8b7 |
UTF-8 | 貞렟莊 | 111010001011001010011110111010111010000010011111111010001000111010001010 | e8b29eeba09fe88e8a |
UHC | 貞렟莊 | 111011111111011010001110101100001110110111110110 | eff68eb0edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)