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 | 迢狩ウ。繹 | 1110011110001011100011101110101110110011101000011110001110001000 | e78b8eebb3a1e388 |
EUC-JP | 迢狩ウ。繹 | 11101101111010111011110011101101100011101011001110001110101000011110010111101000 | edebbced8eb38ea1e5e8 |
UTF-8 | 迢狩ウ。繹 | 111010001011111110100010111001111000101110101001111011111011110110110011111011111011110110100001111001111011100110111001 | e8bfa2e78ba9efbdb3efbda1e7b9b9 |
UHC | ?狩??繹 | 00111111111000101010110100111111001111111110011010111010 | 3fe2ad3f3fe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)