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 | 襁ー陂 | 1110010111110100101100001110100010011000 | e5f4b0e898 |
EUC-JP | 襁ー陂 | 111010101111011010001110101100001110111111111000 | eaf68eb0eff8 |
UTF-8 | 襁ー陂 | 111010001010010110000001111011111011110110110000111010011001100110000010 | e8a581efbdb0e99982 |
UHC | 襁?陂 | 1100101110111010001111111111100110101110 | cbba3ff9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)