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 | 罸順牽粳 | 1110001110101101100011111000011110001100101000011110001011101001 | e3ad8f878ca1e2e9 |
EUC-JP | 罸順牽粳 | 1110011010101111101111011110011110111000101000111110010011101011 | e6afbde7b8a3e4eb |
UTF-8 | 罸順牽粳 | 111001111011110110111000111010011010000010000110111001111000100110111101111001111011001010110011 | e7bdb8e9a086e789bde7b2b3 |
UHC | ?順牽粳 | 00111111111000101111011111001100101100101100101111010111 | 3fe2f7ccb2cbd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)