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 | ?嘔?嘔^ | 00111111100110100111000100111111100110100111000101011110 | 3f9a713f9a715e |
EUC-JP | 檉嘔檉嘔^ | 1000111111000101101110111101001111010010100011111100010110111011110100111101001001011110 | 8fc5bbd3d28fc5bbd3d25e |
UTF-8 | 檉嘔檉嘔^ | 11100110101010101000100111100101100110001001010011100110101010101000100111100101100110001001010001011110 | e6aa89e59894e6aa89e598945e |
UHC | 檉嘔檉嘔^ | 111011111110000011001111101001011110111111100000110011111010010101011110 | efe0cfa5efe0cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)