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 | ?晳賞 | 0011111111111010110110011000111111011100 | 3ffad98fdc |
EUC-JP | ?晳賞 | 001111111000111111000010110001001011111011011110 | 3f8fc2c4bede |
UTF-8 | 잨晳賞 | 111011001001111010101000111001101001100110110011111010001011001110011110 | ec9ea8e699b3e8b39e |
UHC | 잨晳賞 | 100111111111001111100000101011111101111111011011 | 9ff3e0afdfdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)