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 | 淼壽谿啄證 | 11111011010001011001101011100110111001101010111010010001111011011110011010011010 | fb459ae6e6ae91ede69a |
EUC-JP | 淼壽谿啄證 | 1000111111000111111001101101010011101000111011001011000011000010111011111110101111111010 | 8fc7e6d4e8ecb0c2efebfa |
UTF-8 | 淼壽谿啄證 | 111001101011011110111100111001011010001110111101111010001011000010111111111001011001010110000100111010001010110110001001 | e6b7bce5a3bde8b0bfe59584e8ad89 |
UHC | ?壽谿啄證 | 001111111110000111111000110011011010110011110110111100101111000111111011 | 3fe1f8cdacf6f2f1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)