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 | 丈狆 | 10001111111001001110000010111100 | 8fe4e0bc |
EUC-JP | 丈狆 | 10111110111001101110000010111110 | bee6e0be |
UTF-8 | 丈狆 | 111001001011100010001000111001111000101110000110 | e4b888e78b86 |
UHC | 丈? | 111011011101101100111111 | eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)