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 | キホ | 1011011111001110 | b7ce |
EUC-JP | キホ | 10001110101101111000111011001110 | 8eb78ece |
UTF-8 | キホ | 111011111011110110110111111011111011111010001110 | efbdb7efbe8e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)