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 | ¡ÚûÆ | 10100001110110101111101111000110 | a1dafbc6 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¡ÚûÆ | 100011111010001011000010100011111010101011100010100011111010101111100101100011111010100110100001 | 8fa2c28faae28fabe58fa9a1 |
UTF-8 | ¡ÚûÆ | 1100001010100001110000111001101011000011101110111100001110000110 | c2a1c39ac3bbc386 |
UHC | ¡??Æ | 101000101010111000111111001111111010100010100001 | a2ae3f3fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)