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 | ñâ³¾ | 11110001111000101011001110111110 | f1e2b3be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ñâ?? | 1000111110101011110100001000111110101011101001000011111100111111 | 8fabd08faba43f3f |
UTF-8 | ñâ³¾ | 1100001110110001110000111010001011000010101100111100001010111110 | c3b1c3a2c2b3c2be |
UHC | ??³¾ | 001111110011111110101001111110001010100011111010 | 3f3fa9f8a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)