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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 獰?h獰? | 11100000110101100011111101101000111000001101011000111111 | e0d63f68e0d63f |
EUC-JP | 獰?h獰? | 11100000110110000011111101101000111000001101100000111111 | e0d83f68e0d83f |
UTF-8 | 獰쓁h獰쓁 | 11100111100011011011000011101100100100111000000101101000111001111000110110110000111011001001001110000001 | e78db0ec938168e78db0ec9381 |
UHC | 獰쓁h獰쓁 | 111001111011111010011101010101100110100011100111101111101001110101010110 | e7be9d5668e7be9d56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)