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 | 腺薛腺?^ | 1001000101000010111001010100110010010001010000100011111101011110 | 9142e54c91423f5e |
EUC-JP | 腺薛腺?^ | 1100000110100011111010011010110111000001101000110011111101011110 | c1a3e9adc1a33f5e |
UTF-8 | 腺薛腺蟬^ | 11101000100001011011101011101000100101101001101111101000100001011011101011101000100111111010110001011110 | e885bae8969be885bae89fac5e |
UHC | 腺薛腺蟬^ | 111000001100110111100000111000001110000011001101111000001101000101011110 | e0cde0e0e0cde0d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)