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 | 韭コ闡幢ス | 1110100011101010101110101110100010010001100110111110111110111101 | e8eabae8919befbd |
EUC-JP | 韭コ闡幢ス | 11110000111011001000111010111010111011111111000111010110111100011000111010111101 | f0ec8ebaeff1d6f18ebd |
UTF-8 | 韭コ闡幢ス | 111010011001111110101101111011111011110110111010111010011001011110100001111001011011100110100010111011111011110110111101 | e99fadefbdbae997a1e5b9a2efbdbd |
UHC | ??闡幢? | 00111111001111111111010011000101110100111101001100111111 | 3f3ff4c5d3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)