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 | ???^`B | 001111110011111100111111010111100110000001000010 | 3f3f3f5e6042 |
SJIS-WIN | 庸??^`B | 10010111011001100011111100111111010111100110000001000010 | 97663f3f5e6042 |
EUC-JP | 庸??^`B | 11001101110001110011111100111111010111100110000001000010 | cdc73f3f5e6042 |
UTF-8 | 庸롫젵^`B | 111001011011101010111000111010111010000110101011111011001010000010110101010111100110000001000010 | e5bab8eba1abeca0b55e6042 |
UHC | 庸롫젵^`B | 111010011011110010001110111010111010000010101001010111100110000001000010 | e9bc8eeba0a95e6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)