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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 箏繃箏棚^ | 111000101011010111100011011111011110001010110101100100100100100101011110 | e2b5e37de2b592495e |
EUC-JP | 箏繃箏棚^ | 111001001011011111100101110111101110010010110111110000111010101001011110 | e4b7e5dee4b7c3aa5e |
UTF-8 | 箏繃箏棚^ | 11100111101011101000111111100111101110011000001111100111101011101000111111100110101000111001101001011110 | e7ae8fe7b983e7ae8fe6a39a5e |
UHC | 箏繃箏棚^ | 111011101011010011011101110111101110111010110100110111011101110001011110 | eeb4dddeeeb4dddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)