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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | ?療h? | 0011111110010111110000110110100000111111 | 3f97c3683f |
EUC-JP | ?療h? | 0011111111001110110001010110100000111111 | 3fcec5683f |
UTF-8 | 뤢療h뤢 | 11101011101001001010001011100111100110011000001001101000111010111010010010100010 | eba4a2e7998268eba4a2 |
UHC | 뤢療h뤢 | 10001111110100001101011011111011011010001000111111010000 | 8fd0d6fb688fd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)