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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
SJIS-WIN | 宵。宵モY | 10001111101010101010000110001111101010101101001101011001 | 8faaa18faad359 |
EUC-JP | 宵。宵モY | 101111101010110010001110101000011011111010101100100011101101001101011001 | beac8ea1beac8ed359 |
UTF-8 | 宵。宵モY | 11100101101011101011010111101111101111011010000111100101101011101011010111101111101111101001001101011001 | e5aeb5efbda1e5aeb5efbe9359 |
UHC | 宵?宵?Y | 11100001101100100011111111100001101100100011111101011001 | e1b23fe1b23f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)