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 | 螯耶セ腺 | 11100101101001101001011011101011101111101001000101000010 | e5a696ebbe9142 |
EUC-JP | 螯耶セ腺 | 1110101010101000110011001110110110001110101111101100000110100011 | eaa8cced8ebec1a3 |
UTF-8 | 螯耶セ腺 | 111010001001111010101111111010001000000010110110111011111011110110111110111010001000010110111010 | e89eafe880b6efbdbee885ba |
UHC | ?耶?腺 | 001111111110010110101101001111111110000011001101 | 3fe5ad3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)