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 | 螟耶ャェ | 111001011010010010010110111010111010110010101010 | e5a496ebacaa |
EUC-JP | 螟耶ャェ | 1110101010100110110011001110110110001110101011001000111010101010 | eaa6cced8eac8eaa |
UTF-8 | 螟耶ャェ | 111010001001111010011111111010001000000010110110111011111011110110101100111011111011110110101010 | e89e9fe880b6efbdacefbdaa |
UHC | 螟耶?? | 110110011010110111100101101011010011111100111111 | d9ade5ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)