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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 樽卒樽卒B | 100100100100110110010001101100101001001001001101100100011011001001000010 | 924d91b2924d91b242 |
EUC-JP | 樽卒樽卒B | 110000111010111011000010101101001100001110101110110000101011010001000010 | c3aec2b4c3aec2b442 |
UTF-8 | 樽卒樽卒B | 11100110101010001011110111100101100011011001001011100110101010001011110111100101100011011001001001000010 | e6a8bde58d92e6a8bde58d9242 |
UHC | 樽卒樽卒B | 111100011101110011110000111011111111000111011100111100001110111101000010 | f1dcf0eff1dcf0ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)