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 | 渧カ骼イ耳 | 1111101101001000101101101110100110001110101100101000111010101000 | fb48b6e98eb28ea8 |
EUC-JP | 渧カ骼イ耳 | 1000111111000111111010111000111010110110111100011110111010001110101100101011110010101010 | 8fc7eb8eb6f1ee8eb2bcaa |
UTF-8 | 渧カ骼イ耳 | 111001101011100010100111111011111011110110110110111010011010101010111100111011111011110110110010111010001000000010110011 | e6b8a7efbdb6e9aabcefbdb2e880b3 |
UHC | ????耳 | 001111110011111100111111001111111110110010111100 | 3f3f3f3fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)