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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 霑ェ譎ァム散^ | 11101000101111111010101011100110100110011010011111010001100011100101010101011110 | e8bfaae699a7d18e555e |
EUC-JP | 霑ェ譎ァム散^ | 11110000110000011000111010101010111010111111100110001110101001111000111011010001101110111011011001011110 | f0c18eaaebf98ea78ed1bbb65e |
UTF-8 | 霑ェ譎ァム散^ | 11101001100111001001000111101111101111011010101011101000101011011000111011101111101111011010011111101111101111101001000111100110100101011010001101011110 | e99c91efbdaae8ad8eefbda7efbe91e695a35e |
UHC | 霑?譎??散^ | 11101111110001010011111111111101110100100011111100111111110111111010010001011110 | efc53ffdd23f3fdfa45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)