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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 逋倡劍^ | 11100111100110011001100011100111100110011001100001011110 | e79998e799985e |
EUC-JP | 逋倡劍^ | 11101101111110011101000011101001110100011111100001011110 | edf9d0e9d1f85e |
UTF-8 | 逋倡劍^ | 11101001100000001000101111100101100000001010000111100101100010101000110101011110 | e9808be580a1e58a8d5e |
UHC | 逋倡劍^ | 11111000111001111111001111011011110010111111110001011110 | f8e7f3dbcbfc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)