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 | 業盛?業 | 10001011110001101001000010110111001111111000101111000110 | 8bc690b73f8bc6 |
EUC-JP | 業盛?業 | 10110110110010001100000010111001001111111011011011001000 | b6c8c0b93fb6c8 |
UTF-8 | 業盛먠業 | 111001101010010110101101111001111001101110011011111010111010100010100000111001101010010110101101 | e6a5ade79b9beba8a0e6a5ad |
UHC | 業盛먠業 | 1110010111110110111000001111110010010000110111011110010111110110 | e5f6e0fc90dde5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)