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 | 萓作悋 | 111001001011111010001101111011001001110010100101 | e4be8dec9ca5 |
EUC-JP | 萓作悋 | 111010001100000010111010111011101101100010100111 | e8c0baeed8a7 |
UTF-8 | 萓作悋 | 111010001001000010010011111001001011110110011100111001101000001010001011 | e89093e4bd9ce6828b |
UHC | ?作? | 00111111111011011100001000111111 | 3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)