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 | 鋺エ逕懃嶸 | 111001111111101010110100111001111001010010011100111001111111101010110100 | e7fab4e7949ce7fab4 |
EUC-JP | 鋺エ逕懃嶸 | 1110111011111100100011101011010011101101111101001101100011101001100011111011101111110100 | eefc8eb4edf4d8e98fbbf4 |
UTF-8 | 鋺エ逕懃嶸 | 111010011000101110111010111011111011110110110100111010011000000010010101111001101000011110000011111001011011011010111000 | e98bbaefbdb4e98095e68783e5b6b8 |
UHC | ??逕懃嶸 | 0011111100111111110011001110111111010000110001001110011110101110 | 3f3fccefd0c4e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)