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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 衆敎??H | 10001111010011111111101011001101001111110011111101001000 | 8f4ffacd3f3f48 |
EUC-JP | 衆???H | 101111011011000000111111001111110011111101001000 | bdb03f3f3f48 |
UTF-8 | 衆敎렯슭H | 11101000101000011000011011100110100101011000111011101011101000001010111111101100100010101010110101001000 | e8a186e6958eeba0afec8aad48 |
UHC | 衆敎렯슭H | 111100011110101111001110111001111000111010111100101111011011111001001000 | f1ebcee78ebcbdbe48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)