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 | 壯嘔壯嘔^ | 100110101110000110011010011100011001101011100001100110100111000101011110 | 9ae19a719ae19a715e |
EUC-JP | 壯嘔壯嘔^ | 110101001110001111010011110100101101010011100011110100111101001001011110 | d4e3d3d2d4e3d3d25e |
UTF-8 | 壯嘔壯嘔^ | 11100101101000111010111111100101100110001001010011100101101000111010111111100101100110001001010001011110 | e5a3afe59894e5a3afe598945e |
UHC | 壯嘔壯嘔^ | 111011011110000011001111101001011110110111100000110011111010010101011110 | ede0cfa5ede0cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)