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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 阡如h | 1110100010010100100101000100000001101000 | e894944068 |
EUC-JP | 阡如h | 1110111111110100110001111010000101101000 | eff4c7a168 |
UTF-8 | 阡如h | 11101001100110001010000111100101101001101000001001101000 | e998a1e5a68268 |
UHC | 阡如h | 1111010011000110111001011111110101101000 | f4c6e5fd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)