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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 嶝犖}嶝犖{^ | 1001101111010001111000001011011001111101100110111101000111100000101101100111101101011110 | 9bd1e0b67d9bd1e0b67b5e |
EUC-JP | 嶝犖}嶝犖{^ | 1101011011010011111000001011100001111101110101101101001111100000101110000111101101011110 | d6d3e0b87dd6d3e0b87b5e |
UTF-8 | 嶝犖}嶝犖{^ | 111001011011011010011101111001111000101010010110011111011110010110110110100111011110011110001010100101100111101101011110 | e5b69de78a967de5b69de78a967b5e |
UHC | 嶝?}嶝?{^ | 110101001111000100111111011111011101010011110001001111110111101101011110 | d4f13f7dd4f13f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)