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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 菘粤籔菘粤籔^ | 11100100110000111110001011100011111000101101011011100100110000111110001011100011111000101101011001011110 | e4c3e2e3e2d6e4c3e2e3e2d65e |
EUC-JP | 菘粤籔菘粤籔^ | 11101000110001011110010011100101111001001101100011101000110001011110010011100101111001001101100001011110 | e8c5e4e5e4d8e8c5e4e5e4d85e |
UTF-8 | 菘粤籔菘粤籔^ | 11101000100011111001100011100111101100101010010011100111101100011001010011101000100011111001100011100111101100101010010011100111101100011001010001011110 | e88f98e7b2a4e7b194e88f98e7b2a4e7b1945e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)