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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 巐呷ァ倣囗 | 111110101011011010011001111011001010011110010101111011011001101010011000 | fab699eca795ed9a98 |
EUC-JP | 巐呷ァ倣囗 | 1000111110111011111110011101001011101110100011101010011111001010111011111101001111111000 | 8fbbf9d2ee8ea7caefd3f8 |
UTF-8 | 巐呷ァ倣囗 | 111001011011011110010000111001011001000110110111111011111011110110100111111001011000000010100011111001011001101110010111 | e5b790e591b7efbda7e580a3e59b97 |
UHC | ???倣? | 001111110011111100111111110110111010011100111111 | 3f3f3fdba73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)