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 | ßþ | 100101111000111111011111111111101000001010001011 | 978fdffe828b |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??ßþ?? | 00111111001111111000111110101001110011101000111110101001110100000011111100111111 | 3f3f8fa9ce8fa9d03f3f |
UTF-8 | ßþ | 110000101001011111000010100011111100001110011111110000111011111011000010100000101100001010001011 | c297c28fc39fc3bec282c28b |
UHC | ??ßþ?? | 0011111100111111101010011010110010101001101011010011111100111111 | 3f3fa9aca9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)