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 | ?脹器漿 | 00111111100100101010111110001010111011011001111111110111 | 3f92af8aed9ff7 |
EUC-JP | ?脹器漿 | 00111111110001001011000110110100111011111101111011111001 | 3fc4b1b4efdef9 |
UTF-8 | 뤚脹器漿 | 111010111010010010011010111010001000010010111001111001011001100110101000111001101011110010111111 | eba49ae884b9e599a8e6bcbf |
UHC | 뤚脹器漿 | 1000111111001001111100111110110011010000111011111110110111101100 | 8fc9f3ecd0efedec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)