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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 席?席?^ | 10010000110010000011111110010000110010000011111101011110 | 90c83f90c83f5e |
EUC-JP | 席栯席栯^ | 1100000011001010100011111100001111010010110000001100101010001111110000111101001001011110 | c0ca8fc3d2c0ca8fc3d25e |
UTF-8 | 席栯席栯^ | 11100101101110001010110111100110101000001010111111100101101110001010110111100110101000001010111101011110 | e5b8ade6a0afe5b8ade6a0af5e |
UHC | 席栯席栯^ | 111000001010110011101001111100011110000010101100111010011111000101011110 | e0ace9f1e0ace9f15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)