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 | 뤶í | 1110101110100100101101101110110110010010 | eba4b6ed92 |
SJIS-WIN | ??¶?? | 001111110011111110000001111101110011111100111111 | 3f3f81f73f3f |
EUC-JP | 뤶í? | 100011111010101110110011100011111010001011110000101000101111100110001111101010111011111100111111 | 8fabb38fa2f0a2f98fabbf3f |
UTF-8 | 뤶í | 11000011101010111100001010100100110000101011011011000011101011011100001010010010 | c3abc2a4c2b6c3adc292 |
UHC | ?¤¶?? | 00111111101000101011010010100010110100100011111100111111 | 3fa2b4a2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)