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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載?建? | 100011011101101000111111100011001001101000111111 | 8dda3f8c9a3f |
EUC-JP | 載?建? | 101110101101110000111111101101111111101000111111 | badc3fb7fa3f |
UTF-8 | 載언建뤚 | 111010001011110010001001111011001001011010111000111001011011101110111010111010111010010010011010 | e8bc89ec96b8e5bbbaeba49a |
UHC | 載언建뤚 | 1110111010110000101111101111000011001011111011111000111111001001 | eeb0bef0cbef8fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)