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 | ÊÙòÂ~ | 1100101011011001111100101100001001111110 | cad9f2c27e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ÊÙòÂ~ | 10001111101010101011010010001111101010101110001110001111101010111101001010001111101010101010010001111110 | 8faab48faae38fabd28faaa47e |
UTF-8 | ÊÙòÂ~ | 110000111000101011000011100110011100001110110010110000111000001001111110 | c38ac399c3b2c3827e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)