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 | 僊楔仙僊 | 1001100101000001100111101011011010010000111001011001100101000001 | 99419eb690e59941 |
EUC-JP | 僊楔仙僊 | 1101000110100010110111001011100011000000111001111101000110100010 | d1a2dcb8c0e7d1a2 |
UTF-8 | 僊楔仙僊 | 111001011000001110001010111001101010010110010100111001001011101110011001111001011000001110001010 | e5838ae6a594e4bb99e5838a |
UHC | 僊楔仙僊 | 1110000010111010111000001101101111100000101110011110000010111010 | e0bae0dbe0b9e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)