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 | 玩妺 | 10001010110111111111101010100101 | 8adffaa5 |
EUC-JP | 玩妺 | 1011010011100001100011111011100110110111 | b4e18fb9b7 |
UTF-8 | 玩妺 | 111001111000111010101001111001011010011010111010 | e78ea9e5a6ba |
UHC | 玩? | 111010001100110000111111 | e8cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)