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 | 壯?逞 | 1001101011100001001111111110011110010111 | 9ae13fe797 |
EUC-JP | 壯?逞 | 1101010011100011001111111110110111110111 | d4e33fedf7 |
UTF-8 | 壯띤逞 | 111001011010001110101111111010111001110110100100111010011000000010011110 | e5a3afeb9da4e9809e |
UHC | 壯띤逞 | 111011011110000010110110111011011101011011000001 | ede0b6edd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)