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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 謔厭謔閲^ | 111001101000001010001001011111011110011010000010100010010111101101011110 | e682897de682897b5e |
EUC-JP | 謔厭謔閲^ | 111010111110001010110001110111101110101111100010101100011101110001011110 | ebe2b1deebe2b1dc5e |
UTF-8 | 謔厭謔閲^ | 11101000101011001001010011100101100011101010110111101000101011001001010011101001100101101011001001011110 | e8ac94e58eade8ac94e996b25e |
UHC | 謔厭謔?^ | 1111100111001100111001101111010011111001110011000011111101011110 | f9cce6f4f9cc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)