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 | Þ§ñ¹ | 11011110101001111111000110111001 | dea7f1b9 |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | Þ§ñ? | 100011111010100110110000101000011111100010001111101010111101000000111111 | 8fa9b0a1f88fabd03f |
UTF-8 | Þ§ñ¹ | 1100001110011110110000101010011111000011101100011100001010111001 | c39ec2a7c3b1c2b9 |
UHC | Þ§?¹ | 10101000101011011010000111010111001111111010100111110110 | a8ada1d73fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)