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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 将齋 | 10001111101010111110001001010110 | 8fabe256 |
EUC-JP | 将齋 | 10111110101011011110001110110111 | beade3b7 |
UTF-8 | 将齋 | 111001011011000010000110111010011011110110001011 | e5b086e9bd8b |
UHC | ?齋 | 001111111110111010110001 | 3feeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)