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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 矗矗B | 111101111010001111100001110111101111011110100011111000011101111001000010 | f7a3e1def7a3e1de42 |
EUC-JP | ?矗?矗B | 00111111111000101110000000111111111000101110000001000010 | 3fe2e03fe2e042 |
UTF-8 | 矗矗B | 11101110100101101000011011100111100111111001011111101110100101101000011011100111100111111001011101000010 | ee9686e79f97ee9686e79f9742 |
UHC | ?矗?矗B | 00111111111101011011100000111111111101011011100001000010 | 3ff5b83ff5b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)