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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞣酌剰カ爵 | 111010001110001010001110110111101000111111101000101101101000111011011101 | e8e28ede8fe8b68edd |
EUC-JP | 鞣酌剰カ爵 | 11110000111001001011110011100000101111101110101010001110101101101011110011011111 | f0e4bce0beea8eb6bcdf |
UTF-8 | 鞣酌剰カ爵 | 111010011001111010100011111010011000010110001100111001011000100110110000111011111011110110110110111001111000100010110101 | e99ea3e9858ce589b0efbdb6e788b5 |
UHC | ?酌??爵 | 00111111111011011100110000111111001111111110110111001001 | 3fedcc3f3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)