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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 僊楔鮮僊 | 1001100101000001100111101011011010010001010011101001100101000001 | 99419eb6914e9941 |
EUC-JP | 僊楔鮮僊 | 1101000110100010110111001011100011000001101011111101000110100010 | d1a2dcb8c1afd1a2 |
UTF-8 | 僊楔鮮僊 | 111001011000001110001010111001101010010110010100111010011010111010101110111001011000001110001010 | e5838ae6a594e9aeaee5838a |
UHC | 僊楔鮮僊 | 1110000010111010111000001101101111100000110110001110000010111010 | e0bae0dbe0d8e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)