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 | ÷£áÔm | 1111011110100011111000011101010001101101 | f7a3e1d46d |
SJIS-WIN | ÷£??m | 10000001100000001000000110010010001111110011111101101101 | 818081923f3f6d |
EUC-JP | ÷£áÔm | 1010000111100000101000011111001010001111101010111010000110001111101010101101010001101101 | a1e0a1f28faba18faad46d |
UTF-8 | ÷£áÔm | 110000111011011111000010101000111100001110100001110000111001010001101101 | c3b7c2a3c3a1c3946d |
UHC | ÷???m | 101000011100000000111111001111110011111101101101 | a1c03f3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)