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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 阡オV | 11101000100101001011010101010110 | e894b556 |
EUC-JP | 阡オV | 1110111111110100100011101011010101010110 | eff48eb556 |
UTF-8 | 阡オV | 11101001100110001010000111101111101111011011010101010110 | e998a1efbdb556 |
UHC | 阡?V | 11110100110001100011111101010110 | f4c63f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)