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 | 借者蔔煮酌 | 10001110110110001000111011010010111001001111011110001110110011111000111011011110 | 8ed88ed2e4f78ecf8ede |
EUC-JP | 借者蔔煮酌 | 10111100110110101011110011010100111010001111100110111100110100011011110011100000 | bcdabcd4e8f9bcd1bce0 |
UTF-8 | 借者蔔煮酌 | 111001011000000010011111111010001000000010000101111010001001010010010100111001111000010110101110111010011000010110001100 | e5809fe88085e89494e785aee9858c |
UHC | 借者蔔煮酌 | 11110011101010001110110110111010110111001101101111101101101101001110110111001100 | f3a8edbadcdbedb4edcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)