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 | äÞBäß | 1110010011011110100010111000111110001111010000101110010011011111 | e4de8b8f8f42e4df |
SJIS-WIN | ?????B?? | 0011111100111111001111110011111100111111010000100011111100111111 | 3f3f3f3f3f423f3f |
EUC-JP | äÞ???Bäß | 10001111101010111010001110001111101010011011000000111111001111110011111101000010100011111010101110100011100011111010100111001110 | 8faba38fa9b03f3f3f428faba38fa9ce |
UTF-8 | äÞBäß | 110000111010010011000011100111101100001010001011110000101000111111000010100011110100001011000011101001001100001110011111 | c3a4c39ec28bc28fc28f42c3a4c39f |
UHC | ?Þ???B?ß | 00111111101010001010110100111111001111110011111101000010001111111010100110101100 | 3fa8ad3f3f3f423fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)