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? | 0011111110011001100001100110100000111111 | 3f9986683f |
EUC-JP | ?刎h? | 0011111111010001111001100110100000111111 | 3fd1e6683f |
UTF-8 | 뤾刎h뤾 | 11101011101001001011111011100101100010001000111001101000111010111010010010111110 | eba4bee5888e68eba4be |
UHC | 뤾刎h뤾 | 10001111111010101101100111111011011010001000111111101010 | 8fead9fb688fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)