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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 霑ェ譎ァム嗣B | 11101000101111111010101011100110100110011010011111010001100011100110101101000010 | e8bfaae699a7d18e6b42 |
EUC-JP | 霑ェ譎ァム嗣B | 11110000110000011000111010101010111010111111100110001110101001111000111011010001101110111100110001000010 | f0c18eaaebf98ea78ed1bbcc42 |
UTF-8 | 霑ェ譎ァム嗣B | 11101001100111001001000111101111101111011010101011101000101011011000111011101111101111011010011111101111101111101001000111100101100101111010001101000010 | e99c91efbdaae8ad8eefbda7efbe91e597a342 |
UHC | 霑?譎??嗣B | 11101111110001010011111111111101110100100011111100111111110111101100101101000010 | efc53ffdd23f3fdecb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)