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 | é³ñ¹ | 11101001101100111111000110111001 | e9b3f1b9 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | é?ñ? | 1000111110101011101100010011111110001111101010111101000000111111 | 8fabb13f8fabd03f |
UTF-8 | é³ñ¹ | 1100001110101001110000101011001111000011101100011100001010111001 | c3a9c2b3c3b1c2b9 |
UHC | ?³?¹ | 001111111010100111111000001111111010100111110110 | 3fa9f83fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)