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 | ゙、箴 | 11011110101001001110001010111100 | dea4e2bc |
EUC-JP | ゙、箴 | 100011101101111010001110101001001110010010111110 | 8ede8ea4e4be |
UTF-8 | ゙、箴 | 111011111011111010011110111011111011110110100100111001111010111010110100 | efbe9eefbda4e7aeb4 |
UHC | ??箴 | 00111111001111111110110111010111 | 3f3fedd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)