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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 沚遁c | 100111111000110110010011110110011000001010000011 | 9f8d93d98283 |
EUC-JP | 沚遁c | 110111011110110111000110110110111010001111100011 | ddedc6dba3e3 |
UTF-8 | 沚遁c | 111001101011001010011010111010011000000110000001111011111011110110000011 | e6b29ae98181efbd83 |
UHC | 沚遁c | 111100101010111111010100111011011010001111100011 | f2afd4eda3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)