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 | ßßßß | 1001011011011111100101101101111110010110110111111001011011011111 | 96df96df96df96df |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ß?ß?ß?ß | 00111111100011111010100111001110001111111000111110101001110011100011111110001111101010011100111000111111100011111010100111001110 | 3f8fa9ce3f8fa9ce3f8fa9ce3f8fa9ce |
UTF-8 | ßßßß | 11000010100101101100001110011111110000101001011011000011100111111100001010010110110000111001111111000010100101101100001110011111 | c296c39fc296c39fc296c39fc296c39f |
UHC | ?ß?ß?ß?ß | 001111111010100110101100001111111010100110101100001111111010100110101100001111111010100110101100 | 3fa9ac3fa9ac3fa9ac3fa9ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)