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 | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 鉀悉D^ | 111110111100010110001110101110110100010001011110 | fbc58ebb445e |
EUC-JP | 鉀悉D^ | 10001111111000111101100010111100101111010100010001011110 | 8fe3d8bcbd445e |
UTF-8 | 鉀悉D^ | 1110100110001001100000001110011010000010100010010100010001011110 | e98980e68289445e |
UHC | 鉀悉D^ | 110010111010010111100011111110100100010001011110 | cba5e3fa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)