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 | 萓∵撼 | 111001001011111010000001111001101001110110011110 | e4be81e69d9e |
EUC-JP | 萓∵撼 | 111010001100000010100010111010001101100111111110 | e8c0a2e8d9fe |
UTF-8 | 萓∵撼 | 111010001001000010010011111000101000100010110101111001101001001010111100 | e89093e288b5e692bc |
UHC | ?∵? | 00111111101000011111000100111111 | 3fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)