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 | 辱??嵬 | 100100000100101000111111001111111001101111001010 | 904a3f3f9bca |
EUC-JP | 辱??嵬 | 101111111010101100111111001111111101011011001100 | bfab3f3fd6cc |
UTF-8 | 辱뺧풛嵬 | 111010001011111010110001111010111011101010100111111011011001001010011011111001011011010110101100 | e8beb1ebbaa7ed929be5b5ac |
UHC | 辱뺧풛嵬 | 1110100110110100100101011110111110111110100111101110100011100011 | e9b495efbe9ee8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)