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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 日?牆?^ | 10010011111110100011111111100000101011010011111101011110 | 93fa3fe0ad3f5e |
EUC-JP | 日?牆?^ | 11000110111111000011111111100000101011110011111101011110 | c6fc3fe0af3f5e |
UTF-8 | 日렭牆렭^ | 11100110100101111010010111101011101000001010110111100111100010011000011011101011101000001010110101011110 | e697a5eba0ade78986eba0ad5e |
UHC | 日렭牆렭^ | 111011001110110110001110101110101110110111101101100011101011101001011110 | eced8ebaeded8eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)