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 | 蝪シ闡幢、 | 1110010110100001101111001110100010010001100110111110111110100100 | e5a1bce8919befa4 |
EUC-JP | 蝪シ闡幢、 | 11101010101000111000111010111100111011111111000111010110111100011000111010100100 | eaa38ebceff1d6f18ea4 |
UTF-8 | 蝪シ闡幢、 | 111010001001110110101010111011111011110110111100111010011001011110100001111001011011100110100010111011111011110110100100 | e89daaefbdbce997a1e5b9a2efbda4 |
UHC | ??闡幢? | 00111111001111111111010011000101110100111101001100111111 | 3f3ff4c5d3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)