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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髜質鉙式 | 1111110001000000100011101011111111111011110010001000111010101110 | fc408ebffbc88eae |
EUC-JP | 髜質鉙式 | 10001111111010011110110110111100110000011000111111100011111000111011110010110000 | 8fe9edbcc18fe3e3bcb0 |
UTF-8 | 髜質鉙式 | 111010011010101110011100111010001011001110101010111010011000100110011001111001011011110010001111 | e9ab9ce8b3aae98999e5bc8f |
UHC | ?質?式 | 001111111111001011110101001111111110001111010010 | 3ff2f53fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)