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 | 鬮乗ウ悟徐 | 111010011010101110001111111001101011001110001100111001011000111110011001 | e9ab8fe6b38ce58f99 |
EUC-JP | 鬮乗ウ悟徐 | 11110010101011011011111011101000100011101011001110111000111001111011110111111001 | f2adbee88eb3b8e7bdf9 |
UTF-8 | 鬮乗ウ悟徐 | 111010011010110010101110111001001011100110010111111011111011110110110011111001101000001010011111111001011011111010010000 | e9acaee4b997efbdb3e6829fe5be90 |
UHC | ???悟徐 | 00111111001111110011111111100111111101101101111111101111 | 3f3f3fe7f6dfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)