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 | 暲船? | 1111101011011100100100010100010000111111 | fadc91443f |
EUC-JP | 暲船? | 100011111100001011011011110000011010010100111111 | 8fc2dbc1a53f |
UTF-8 | 暲船갖 | 111001101001101010110010111010001000100010111001111010101011000010010110 | e69ab2e888b9eab096 |
UHC | 暲船갖 | 111011011110011111100000110011111011000010101110 | ede7e0cfb0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)