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 | äýìï? | 1110010011111101111011001110111100111111 | e4fdecef3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | äýìïđ | 100011111010101110100011100011111010101111110010100011111010101111000000100011111010101111000001100011111010100111000010 | 8faba38fabf28fabc08fabc18fa9c2 |
UTF-8 | äýìïđ | 11000011101001001100001110111101110000111010110011000011101011111100010010010001 | c3a4c3bdc3acc3afc491 |
UHC | ????đ | 001111110011111100111111001111111010100110100010 | 3f3f3f3fa9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)