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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鍄」鬢謎螂 | 1110011111111011101000111110100110100100100100111110010011111001100101111110010110100101 | e7fba3e9a493e4f997e5a5 |
EUC-JP | 鍄」鬢謎?螂 | 1110111011111101100011101010001111110010101001101100011011100110001111111110101010100111 | eefd8ea3f2a6c6e63feaa7 |
UTF-8 | 鍄」鬢謎螂 | 111010011000110110000100111011111011110110100011111010011010110010100010111010001010110010001110111011101001101110110010111010001001111010000010 | e98d84efbda3e9aca2e8ac8eee9bb2e89e82 |
UHC | ???謎?螂 | 0011111100111111001111111101101010111010001111111101010111001100 | 3f3f3fdaba3fd5cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)