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 | ÜÚê³õÉ | 110111001101101011101010101100111111010111001001 | dcdaeab3f5c9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ÜÚê?õÉ | 10001111101010101110010010001111101010101110001010001111101010111011010000111111100011111010101111011000100011111010101010110001 | 8faae48faae28fabb43f8fabd88faab1 |
UTF-8 | ÜÚê³õÉ | 110000111001110011000011100110101100001110101010110000101011001111000011101101011100001110001001 | c39cc39ac3aac2b3c3b5c389 |
UHC | ???³?? | 00111111001111110011111110101001111110000011111100111111 | 3f3f3fa9f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)