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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | シヲシシh | 111100101111010010111100101001101111001011110101101111001011110001101000 | f2f4bca6f2f5bcbc68 |
EUC-JP | ?シヲ?シシh | 0011111110001110101111001000111010100110001111111000111010111100100011101011110001101000 | 3f8ebc8ea63f8ebc8ebc68 |
UTF-8 | シヲシシh | 11101110100010001010101111101111101111011011110011101111101111011010011011101110100010001010110011101111101111011011110011101111101111011011110001101000 | ee88abefbdbcefbda6ee88acefbdbcefbdbc68 |
UHC | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)