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 | 閻苦ク | 1110100010000101100010111110101010111000 | e8858beab8 |
EUC-JP | 閻苦ク | 111011111110010110110110111011001000111010111000 | efe5b6ec8eb8 |
UTF-8 | 閻苦ク | 111010011001011010111011111010001000101110100110111011111011110110111000 | e996bbe88ba6efbdb8 |
UHC | 閻苦? | 1110011110100010110011011100100000111111 | e7a2cdc83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)