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 | 頂經?? | 100100101011100011100011010100110011111100111111 | 92b8e3533f3f |
EUC-JP | 頂經?? | 110001001011101011100101101101000011111100111111 | c4bae5b43f3f |
UTF-8 | 頂經렋렒 | 111010011010000010000010111001111011011010010011111010111010000010001011111010111010000010010010 | e9a082e7b693eba08beba092 |
UHC | 頂經렋렒 | 1111000010100010110011001110100010001110101000101000111010100111 | f0a2cce88ea28ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)