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 | ÐÞÊ | 1000111011010000100011111101111011001010 | 8ed08fdeca |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???ÞÊ | 001111110011111100111111100011111010100110110000100011111010101010110100 | 3f3f3f8fa9b08faab4 |
UTF-8 | ÐÞÊ | 11000010100011101100001110010000110000101000111111000011100111101100001110001010 | c28ec390c28fc39ec38a |
UHC | ?Ð?Þ? | 00111111101010001010001000111111101010001010110100111111 | 3fa8a23fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)