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 | ?称 | 001111111000111111001100 | 3f8fcc |
EUC-JP | 堧称 | 1000111110111000101010001011111011001110 | 8fb8a8bece |
UTF-8 | 堧称 | 111001011010000010100111111001111010011110110000 | e5a0a7e7a7b0 |
UHC | 堧? | 111001101100000000111111 | e6c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)