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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 獗瘁痙^ | 11100000110100111110000110000001111000010111101001011110 | e0d3e181e17a5e |
EUC-JP | 獗瘁痙^ | 11100000110101011110000111100001111000011101101101011110 | e0d5e1e1e1db5e |
UTF-8 | 獗瘁痙^ | 11100111100011011001011111100111100110001000000111100111100101111001100101011110 | e78d97e79881e797995e |
UHC | 獗?痙^ | 110011111111000100111111110011001110001001011110 | cff13fcce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)