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 | ???EE | 0011111100111111001111110100010101000101 | 3f3f3f4545 |
SJIS-WIN | 弱??EE | 100011101110001100111111001111110100010101000101 | 8ee33f3f4545 |
EUC-JP | 弱??EE | 101111001110010100111111001111110100010101000101 | bce53f3f4545 |
UTF-8 | 弱꾣뜥EE | 1110010110111100101100011110101010111110101000111110101110011100101001010100010101000101 | e5bcb1eabea3eb9ca54545 |
UHC | 弱꾣뜥EE | 1110010110110000100001001110011010001101101010000100010101000101 | e5b084e68da84545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)