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 | 衆???^ | 100011110100111100111111001111110011111101011110 | 8f4f3f3f3f5e |
EUC-JP | 衆???^ | 101111011011000000111111001111110011111101011110 | bdb03f3f3f5e |
UTF-8 | 衆렭渽렲^ | 11101000101000011000011011101011101000001010110111100110101110001011110111101011101000001011001001011110 | e8a186eba0ade6b8bdeba0b25e |
UHC | 衆렭渽렲^ | 111100011110101110001110101110101110111010101010100011101011111101011110 | f1eb8ebaeeaa8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)