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 | 鋕ヨ骼カ汐 | 1111101111010100110101101110100110001110101101101000111010101100 | fbd4d6e98eb68eac |
EUC-JP | 鋕ヨ骼カ汐 | 1000111111100100110000001000111011010110111100011110111010001110101101101011110010101110 | 8fe4c08ed6f1ee8eb6bcae |
UTF-8 | 鋕ヨ骼カ汐 | 111010011000101110010101111011111011111010010110111010011010101010111100111011111011110110110110111001101011000110010000 | e98b95efbe96e9aabcefbdb6e6b190 |
UHC | ????汐 | 001111110011111100111111001111111110000010110001 | 3f3f3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)