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 | ?х?業 | 001111111000010010000111001111111000101111000110 | 3f84873f8bc6 |
EUC-JP | ?х?業 | 001111111010011111100111001111111011011011001000 | 3fa7e73fb6c8 |
UTF-8 | 料х슘業 | 1110111110100110101111101101000110000101111011001000101010011000111001101010010110101101 | efa6bed185ec8a98e6a5ad |
UHC | 料х슘業 | 1110100011110111101011001110011110111101101101111110010111110110 | e8f7ace7bdb7e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)