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 | 腺與? | 1001000101000010111001000110111100111111 | 9142e46f3f |
EUC-JP | 腺與? | 1100000110100011111001111101000000111111 | c1a3e7d03f |
UTF-8 | 腺與聯 | 111010001000010110111010111010001000100010000111111011111010011010010111 | e885bae88887efa697 |
UHC | 腺與聯 | 111000001100110111100110101010001110011011100001 | e0cde6a8e6e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)