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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薔э臭紜 | 1110010101001011100001001000111110001111010011001110001101000001 | e54b848f8f4ce341 |
EUC-JP | 薔э臭紜 | 1110100110101100101001111110111110111101101011011110010110100010 | e9aca7efbdade5a2 |
UTF-8 | 薔э臭紜 | 1110100010010110100101001101000110001101111010001000011110101101111001111011010010011100 | e89694d18de887ade7b49c |
UHC | 薔э臭? | 11101101111110011010110011101111111101101010101100111111 | edf9aceff6ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)