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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???悚 | 0011111100111111001111111001110010011110 | 3f3f3f9c9e |
EUC-JP | ???悚 | 0011111100111111001111111101011111111110 | 3f3f3fd7fe |
UTF-8 | 聯륁띁悚 | 111011111010011010010111111010111010010110000001111010111001110110000001111001101000001010011010 | efa697eba581eb9d81e6829a |
UHC | 聯륁띁悚 | 1110011011100001100011111110110010001101101111001110000111100101 | e6e18fec8dbce1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)