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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 痙h痙 | 1110000101111010011010001110000101111010 | e17a68e17a |
EUC-JP | 痙h痙 | 1110000111011011011010001110000111011011 | e1db68e1db |
UTF-8 | 痙h痙 | 11100111100101111001100101101000111001111001011110011001 | e7979968e79799 |
UHC | 痙h痙 | 1100110011100010011010001100110011100010 | cce268cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)