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 | 穹篋 | 11100010011101011110001010111000 | e275e2b8 |
EUC-JP | 穹篋 | 11100011110101101110010010111010 | e3d6e4ba |
UTF-8 | 穹篋 | 111001111010100110111001111001111010111110001011 | e7a9b9e7af8b |
UHC | 穹? | 110011111110001000111111 | cfe23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)