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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螂ス豕ョ礪 | 1110010110100101101111011110011010110011101011101110000111101000 | e5a5bde6b3aee1e8 |
EUC-JP | 螂ス豕ョ礪 | 11101010101001111000111010111101111011001011010110001110101011101110001011101010 | eaa78ebdecb58eaee2ea |
UTF-8 | 螂ス豕ョ礪 | 111010001001111010000010111011111011110110111101111010001011000110010101111011111011110110101110111001111010010010101010 | e89e82efbdbde8b195efbdaee7a4aa |
UHC | 螂?豕?礪 | 1101010111001100001111111110001111001110001111111101010111101100 | d5cc3fe3ce3fd5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)