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 | ê¡Þúª¡ | 111010101010000111011110111110101010101010100001 | eaa1defaaaa1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê¡Þúª¡ | 100011111010101110110100100011111010001011000010100011111010100110110000100011111010101111100010100011111010001011101100100011111010001011000010 | 8fabb48fa2c28fa9b08fabe28fa2ec8fa2c2 |
UTF-8 | ê¡Þúª¡ | 110000111010101011000010101000011100001110011110110000111011101011000010101010101100001010100001 | c3aac2a1c39ec3bac2aac2a1 |
UHC | ?¡Þ?ª¡ | 00111111101000101010111010101000101011010011111110101000101000111010001010101110 | 3fa2aea8ad3fa8a3a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)