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 | 鬮ォ諞コ螢 | 1110100110101011101010111110011010000110101110101110010110100011 | e9ababe686bae5a3 |
EUC-JP | 鬮ォ諞コ螢 | 11110010101011011000111010101011111010111110011010001110101110101110101010100101 | f2ad8eabebe68ebaeaa5 |
UTF-8 | 鬮ォ諞コ螢 | 111010011010110010101110111011111011110110101011111010001010101110011110111011111011110110111010111010001001111010100010 | e9acaeefbdabe8ab9eefbdbae89ea2 |
UHC | ????螢 | 001111110011111100111111001111111111101110101011 | 3f3f3f3ffbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)