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 | 辱e?譯 | 10010000010010101000001010000101001111111110011010100001 | 904a82853fe6a1 |
EUC-JP | 辱e?譯 | 10111111101010111010001111100101001111111110110010100011 | bfaba3e53feca3 |
UTF-8 | 辱e쭍譯 | 111010001011111010110001111011111011110110000101111011001010110110001101111010001010110110101111 | e8beb1efbd85ecad8de8adaf |
UHC | 辱e쭍譯 | 1110100110110100101000111110010110100111100001101110011010111011 | e9b4a3e5a786e6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)