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 | ÞÆÂú¿ | 1101111011000110110000101111101010111111 | dec6c2fabf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ÞÆÂú¿ | 100011111010100110110000100011111010100110100001100011111010101010100100100011111010101111100010100011111010001011000100 | 8fa9b08fa9a18faaa48fabe28fa2c4 |
UTF-8 | ÞÆÂú¿ | 11000011100111101100001110000110110000111000001011000011101110101100001010111111 | c39ec386c382c3bac2bf |
UHC | ÞÆ??¿ | 1010100010101101101010001010000100111111001111111010001010101111 | a8ada8a13f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)