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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鈿イ阡 | 1110011111101101101100101110100010010100 | e7edb2e894 |
EUC-JP | 鈿イ阡 | 111011101110111110001110101100101110111111110100 | eeef8eb2eff4 |
UTF-8 | 鈿イ阡 | 111010011000100010111111111011111011110110110010111010011001100010100001 | e988bfefbdb2e998a1 |
UHC | 鈿?阡 | 1110111110101111001111111111010011000110 | efaf3ff4c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)