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 | 襁懷、ア荳 | 1110010111110100100111001110010110100100101100011110010010111000 | e5f49ce5a4b1e4b8 |
EUC-JP | 襁懷、ア荳 | 11101010111101101101100011100111100011101010010010001110101100011110100010111010 | eaf6d8e78ea48eb1e8ba |
UTF-8 | 襁懷、ア荳 | 111010001010010110000001111001101000011110110111111011111011110110100100111011111011110110110001111010001000110110110011 | e8a581e687b7efbda4efbdb1e88db3 |
UHC | 襁懷??荳 | 1100101110111010111111001110001100111111001111111101010011100101 | cbbafce33f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)