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 | ñù¢]H | 111100011111100110001110101000100101110101001000 | f1f98ea25d48 |
SJIS-WIN | ???¢]H | 00111111001111110011111110000001100100010101110101001000 | 3f3f3f81915d48 |
EUC-JP | ñù?¢]H | 1000111110101011110100001000111110101011111000110011111110100001111100010101110101001000 | 8fabd08fabe33fa1f15d48 |
UTF-8 | ñù¢]H | 11000011101100011100001110111001110000101000111011000010101000100101110101001000 | c3b1c3b9c28ec2a25d48 |
UHC | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)