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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 圓?掌? | 100110101010001000111111100011111011011000111111 | 9aa23f8fb63f |
EUC-JP | 圓?掌? | 110101001010010000111111101111101011100000111111 | d4a43fbeb83f |
UTF-8 | 圓렍掌렫 | 111001011001110010010011111010111010000010001101111001101000111010001100111010111010000010101011 | e59c93eba08de68e8ceba0ab |
UHC | 圓렍掌렫 | 1110101010101101100011101010001111101101111001101000111010111001 | eaad8ea3ede68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)