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 | 뤺í©h | 11101011101001001011101011101101100101011010100101101000 | eba4baed95a968 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | 뤺�h | 1000111110101011101100111000111110100010111100001000111110100010111010111000111110101011101111110011111110001111101000101110110101101000 | 8fabb38fa2f08fa2eb8fabbf3f8fa2ed68 |
UTF-8 | 뤺í©h | 11000011101010111100001010100100110000101011101011000011101011011100001010010101110000101010100101101000 | c3abc2a4c2bac3adc295c2a968 |
UHC | ?¤º???h | 001111111010001010110100101010001010110000111111001111110011111101101000 | 3fa2b4a8ac3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)