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 | ?脹?捲 | 001111111001001010101111001111111000110010011110 | 3f92af3f8c9e |
EUC-JP | ?脹?捲 | 001111111100010010110001001111111011011111111110 | 3fc4b13fb7fe |
UTF-8 | 뤚脹빅捲 | 111010111010010010011010111010001000010010111001111010111011100110000101111001101000110110110010 | eba49ae884b9ebb985e68db2 |
UHC | 뤚脹빅捲 | 1000111111001001111100111110110010111010111100101100111111101100 | 8fc9f3ecbaf2cfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)