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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 庸??瑜? | 10010111011001100011111100111111111000001110111100111111 | 97663f3fe0ef3f |
EUC-JP | 庸??瑜? | 11001101110001110011111100111111111000001111000100111111 | cdc73f3fe0f13f |
UTF-8 | 庸롳쪖瑜뢆 | 111001011011101010111000111010111010000110110011111011001010101010010110111001111001000110011100111010111010001010000110 | e5bab8eba1b3ecaa96e7919ceba286 |
UHC | 庸롳쪖瑜뢆 | 11101001101111001000111011101111101001011001000011101011101001011000111101000010 | e9bc8eefa590eba58f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)