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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 晶諶ァムホF | 10001111101110111111100111010010111110111010101010100111110100011100111001000110 | 8fbbf9d2fbaaa7d1ce46 |
EUC-JP | 晶?諶ァムホF | 10111110101111010011111110001111110111101011010110001110101001111000111011010001100011101100111001000110 | bebd3f8fdeb58ea78ed18ece46 |
UTF-8 | 晶諶ァムホF | 11100110100110011011011011101110100111001010110111101000101010111011011011101111101111011010011111101111101111101001000111101111101111101000111001000110 | e699b6ee9cade8abb6efbda7efbe91efbe8e46 |
UHC | 晶?諶???F | 111011111101110000111111111001001010011000111111001111110011111101000110 | efdc3fe4a63f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)