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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 項х?B | 100011011000000010000100100001110011111101000010 | 8d8084873f42 |
EUC-JP | 項х?B | 101110011110000010100111111001110011111101000010 | b9e0a7e73f42 |
UTF-8 | 項х엿B | 111010011010000010000101110100011000010111101100100101111011111101000010 | e9a085d185ec97bf42 |
UHC | 項х엿B | 11111010101000111010110011100111101111111011001101000010 | faa3ace7bfb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)