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 | 豺ォ闢滝ー | 1110011010110111101010111110100010010011100100011110101010110000 | e6b7abe89391eab0 |
EUC-JP | 豺ォ闢滝ー | 11101100101110011000111010101011111011111111001111000010111011001000111010110000 | ecb98eabeff3c2ec8eb0 |
UTF-8 | 豺ォ闢滝ー | 111010001011000110111010111011111011110110101011111010011001011110100010111001101011101110011101111011111011110110110000 | e8b1baefbdabe997a2e6bb9defbdb0 |
UHC | 豺?闢?? | 11100011110011110011111111011100101000110011111100111111 | e3cf3fdca33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)