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 | 爵}爵{^ | 1000111011011101111100111100111101111101100011101101110111110011110011110111101101011110 | 8eddf3cf7d8eddf3cf7b5e |
EUC-JP | 爵?}爵?{^ | 101111001101111100111111011111011011110011011111001111110111101101011110 | bcdf3f7dbcdf3f7b5e |
UTF-8 | 爵}爵{^ | 111001111000100010110101111011101000101110000010011111011110011110001000101101011110111010001011100000100111101101011110 | e788b5ee8b827de788b5ee8b827b5e |
UHC | 爵?}爵?{^ | 111011011100100100111111011111011110110111001001001111110111101101011110 | edc93f7dedc93f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)