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 | 諍嘔諍嘔^ | 111001100111100110011010011100011110011001111001100110100111000101011110 | e6799a71e6799a715e |
EUC-JP | 諍嘔諍嘔^ | 111010111101101011010011110100101110101111011010110100111101001001011110 | ebdad3d2ebdad3d25e |
UTF-8 | 諍嘔諍嘔^ | 11101000101010111000110111100101100110001001010011101000101010111000110111100101100110001001010001011110 | e8ab8de59894e8ab8de598945e |
UHC | 諍嘔諍嘔^ | 111011101011010111001111101001011110111010110101110011111010010101011110 | eeb5cfa5eeb5cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)