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 | 尺脇 | 10001110110110101001100001100101 | 8eda9865 |
EUC-JP | 尺脇 | 10111100110111001100111111000110 | bcdccfc6 |
UTF-8 | 尺脇 | 111001011011000010111010111010001000010010000111 | e5b0bae88487 |
UHC | 尺脇 | 11110100101010011111101011110111 | f4a9faf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)