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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ∵??存?^ | 1000000111100110001111110011111110010001101101100011111101011110 | 81e63f3f91b63f5e |
EUC-JP | ∵??存?^ | 1010001011101000001111110011111111000010101110000011111101011110 | a2e83f3fc2b83f5e |
UTF-8 | ∵룫징存㈐^ | 11100010100010001011010111101011101000111010101111101100101001111001010111100101101011011001100011100011100010001001000001011110 | e288b5eba3abeca795e5ad98e388905e |
UHC | ∵룫징存㈐^ | 1010000111110001100011111010001011000010101000011111000011101101101010011100000101011110 | a1f18fa2c2a1f0eda9c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)