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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 繹??繹??^ | 111000111000100000111111001111111110001110001000001111110011111101011110 | e3883f3fe3883f3f5e |
EUC-JP | 繹??繹??^ | 111001011110100000111111001111111110010111101000001111110011111101011110 | e5e83f3fe5e83f3f5e |
UTF-8 | 繹먩땼繹먨콉^ | 11100111101110011011100111101011101010001010100111101011100101011011110011100111101110011011100111101011101010001010100011101100101111011000100101011110 | e7b9b9eba8a9eb95bce7b9b9eba8a8ecbd895e |
UHC | 繹먩땼繹먨콉^ | 11100110101110101001000011100110100010111001001011100110101110101001000011100101101100011000010101011110 | e6ba90e68b92e6ba90e5b1855e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)