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 | 腥順 | 11100100010010001000111110000111 | e4488f87 |
EUC-JP | 腥順 | 11100111101010011011110111100111 | e7a9bde7 |
UTF-8 | 腥順 | 111010001000010110100101111010011010000010000110 | e885a5e9a086 |
UHC | 腥順 | 11100001101000111110001011110111 | e1a3e2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)