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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譁ー陂 | 1110011010010110101100001110100010011000 | e696b0e898 |
EUC-JP | 譁ー陂 | 111010111111011010001110101100001110111111111000 | ebf68eb0eff8 |
UTF-8 | 譁ー陂 | 111010001010110110000001111011111011110110110000111010011001100110000010 | e8ad81efbdb0e99982 |
UHC | 譁?陂 | 1111110010100110001111111111100110101110 | fca63ff9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)