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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 茫葩}茫葩{^ | 1110010010101001111001001101101101111101111001001010100111100100110110110111101101011110 | e4a9e4db7de4a9e4db7b5e |
EUC-JP | 茫葩}茫葩{^ | 1110100010101011111010001101110101111101111010001010101111101000110111010111101101011110 | e8abe8dd7de8abe8dd7b5e |
UTF-8 | 茫葩}茫葩{^ | 111010001000110010101011111010001001000110101001011111011110100010001100101010111110100010010001101010010111101101011110 | e88cabe891a97de88cabe891a97b5e |
UHC | 茫?}茫?{^ | 110110001101010000111111011111011101100011010100001111110111101101011110 | d8d43f7dd8d43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)