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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 熱??Q] | 100101000100110100111111001111110101000101011101 | 944d3f3f515d |
EUC-JP | 熱??Q] | 110001111010111000111111001111110101000101011101 | c7ae3f3f515d |
UTF-8 | 熱듬뉘Q] | 1110011110000110101100011110101110010011101011001110101110001001100110000101000101011101 | e786b1eb93aceb8998515d |
UHC | 熱듬뉘Q] | 1110011011110000101101011110101110110100101101010101000101011101 | e6f0b5ebb4b5515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)