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 | 螟耶ッ、 | 111001011010010010010110111010111010111110100100 | e5a496ebafa4 |
EUC-JP | 螟耶ッ、 | 1110101010100110110011001110110110001110101011111000111010100100 | eaa6cced8eaf8ea4 |
UTF-8 | 螟耶ッ、 | 111010001001111010011111111010001000000010110110111011111011110110101111111011111011110110100100 | e89e9fe880b6efbdafefbda4 |
UHC | 螟耶?? | 110110011010110111100101101011010011111100111111 | d9ade5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)