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 | ±ñ£ | 10001110101100011111000110100011 | 8eb1f1a3 |
SJIS-WIN | ?±?£ | 001111111000000101111101001111111000000110010010 | 3f817d3f8192 |
EUC-JP | ?±ñ£ | 0011111110100001110111101000111110101011110100001010000111110010 | 3fa1de8fabd0a1f2 |
UTF-8 | ±ñ£ | 1100001010001110110000101011000111000011101100011100001010100011 | c28ec2b1c3b1c2a3 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)