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 | 蠖ァ尞エ籬 | 1110010110111101101001111111101010101011101101001110001011011111 | e5bda7faabb4e2df |
EUC-JP | 蠖ァ尞エ籬 | 1110101010111111100011101010011110001111101110101110101110001110101101001110010011100001 | eabf8ea78fbaeb8eb4e4e1 |
UTF-8 | 蠖ァ尞エ籬 | 111010001010000010010110111011111011110110100111111001011011000010011110111011111011110110110100111001111011000110101100 | e8a096efbda7e5b09eefbdb4e7b1ac |
UHC | ????籬 | 001111110011111100111111001111111101011111100110 | 3f3f3f3fd7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)