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 | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 霖叱@霖叱@B | 1110100011000001100011101011011001000000111010001100000110001110101101100100000001000010 | e8c18eb640e8c18eb64042 |
EUC-JP | 霖叱@霖叱@B | 1111000011000011101111001011100001000000111100001100001110111100101110000100000001000010 | f0c3bcb840f0c3bcb84042 |
UTF-8 | 霖叱@霖叱@B | 111010011001110010010110111001011000111110110001010000001110100110011100100101101110010110001111101100010100000001000010 | e99c96e58fb140e99c96e58fb14042 |
UHC | 霖叱@霖叱@B | 1101011111111101111100101110101001000000110101111111110111110010111010100100000001000010 | d7fdf2ea40d7fdf2ea4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)