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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 簇茘\}簇茘\{^ | 11100010110001101110010010101011010111000111110111100010110001101110010010101011010111000111101101011110 | e2c6e4ab5c7de2c6e4ab5c7b5e |
EUC-JP | 簇茘\}簇茘\{^ | 11100100110010001110100010101101010111000111110111100100110010001110100010101101010111000111101101011110 | e4c8e8ad5c7de4c8e8ad5c7b5e |
UTF-8 | 簇茘\}簇茘\{^ | 1110011110110000100001111110100010001100100110000101110001111101111001111011000010000111111010001000110010011000010111000111101101011110 | e7b087e88c985c7de7b087e88c985c7b5e |
UHC | 簇?\}簇?\{^ | 1111000011101010001111110101110001111101111100001110101000111111010111000111101101011110 | f0ea3f5c7df0ea3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)