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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 堤?障???^ | 100100101110011100111111100011111110000100111111001111110011111101011110 | 92e73f8fe13f3f3f5e |
EUC-JP | 堤?障???^ | 110001001110100100111111101111101110001100111111001111110011111101011110 | c4e93fbee33f3f3f5e |
UTF-8 | 堤렩障렔롊렎^ | 11100101101000001010010011101011101000001010100111101001100110101001110011101011101000001001010011101011101000011000101011101011101000001000111001011110 | e5a0a4eba0a9e99a9ceba094eba18aeba08e5e |
UHC | 堤렩障렔롊렎^ | 11110000101001111000111010110111111011101010000110001110101010011000111011010000100011101010010001011110 | f0a78eb7eea18ea98ed08ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)