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 | 諠∝后錵 | 1110011010000011100000011110010110001101010000001110100001000101 | e68381e58d40e845 |
EUC-JP | 諠∝后錵 | 1110101111100011101000101110011110111001101000011110111110100110 | ebe3a2e7b9a1efa6 |
UTF-8 | 諠∝后錵 | 111010001010101110100000111000101000100010011101111001011001000010001110111010011000110010110101 | e8aba0e2889de5908ee98cb5 |
UHC | ?∝后? | 001111111010000111110000111111011010100000111111 | 3fa1f0fda83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)