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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | 謐ァ迺狗。エ] | 11100110100011011010011111100111100100101000101111100111101000011011010001011101 | e68da7e7928be7a1b45d |
EUC-JP | 謐ァ迺狗。エ] | 11101011111011011000111010100111111011011111001010110110111010011000111010100001100011101011010001011101 | ebed8ea7edf2b6e98ea18eb45d |
UTF-8 | 謐ァ迺狗。エ] | 11101000101011001001000011101111101111011010011111101000101111111011101011100111100010111001011111101111101111011010000111101111101111011011010001011101 | e8ac90efbda7e8bfbae78b97efbda1efbdb45d |
UHC | 謐??狗??] | 110110101100110100111111001111111100111110110111001111110011111101011101 | dacd3f3fcfb73f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)