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 | 韃耳﨑軸 | 1110100011100101100011101010100011111010101100011000111010110010 | e8e58ea8fab18eb2 |
EUC-JP | 韃耳?軸 | 11110000111001111011110010101010001111111011110010110100 | f0e7bcaa3fbcb4 |
UTF-8 | 韃耳﨑軸 | 111010011001111110000011111010001000000010110011111011111010100010010001111010001011101110111000 | e99f83e880b3efa891e8bbb8 |
UHC | ?耳?軸 | 001111111110110010111100001111111111010111101110 | 3fecbc3ff5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)