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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ??ヂ∵Q] | 0011111100111111100000110110000110000001111001100101000101011101 | 3f3f836181e6515d |
EUC-JP | ??ヂ∵Q] | 0011111100111111101001011100001010100010111010000101000101011101 | 3f3fa5c2a2e8515d |
UTF-8 | 룶츕ヂ∵Q] | 1110101110100011101101101110110010111000100101011110001110000011100000101110001010001000101101010101000101011101 | eba3b6ecb895e38382e288b5515d |
UHC | 룶츕ヂ∵Q] | 10001111101010111010111010001111101010111100001010100001111100010101000101011101 | 8fabae8fabc2a1f1515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)