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 | 硝ワ鏸識 | 100011111100100111110100100011101101110011111011111001001000111010101111 | 8fc9f48edcfbe48eaf |
EUC-JP | 硝?ワ鏸識 | 10111110110010110011111110001110110111001000111111100101110100001011110010110001 | becb3f8edc8fe5d0bcb1 |
UTF-8 | 硝ワ鏸識 | 111001111010000110011101111011101000110010111101111011111011111010011100111010011000111110111000111010001010110110011000 | e7a19dee8cbdefbe9ce98fb8e8ad98 |
UHC | 硝???識 | 11110101101001100011111100111111001111111110001111011011 | f5a63f3f3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)