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 | 粟盛 | 10001000101111101001000010110111 | 88be90b7 |
EUC-JP | 粟盛 | 10110000110000001100000010111001 | b0c0c0b9 |
UTF-8 | 粟盛 | 111001111011001010011111111001111001101110011011 | e7b29fe79b9b |
UHC | 粟盛 | 11100001110110001110000011111100 | e1d8e0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)