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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???瀣?? | 0011111100111111001111111000111111001001101100010011111100111111 | 3f3f3f8fc9b13f3f |
UTF-8 | 蓮욋뫅瀣뺟븦 | 111011111010011010011001111011001001101010001011111010111010101110000101111001111000000010100011111010111011101010011111111010111011100010100110 | efa699ec9a8bebab85e780a3ebba9febb8a6 |
UHC | 蓮욋뫅瀣뺟븦 | 111001101110010110111111111000101001000110101000111110101010111010010101111001111001010110001111 | e6e5bfe291a8faae95e7958f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)