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 | ì¥è·£\ | 11101100100010001010010111101000101101111010001101011100 | ec88a5e8b7a35c |
SJIS-WIN | ??¥??£\ | 001111110011111110000001100011110011111100111111100000011001001001011100 | 3f3f818f3f3f81925c |
EUC-JP | ì??è?£\ | 100011111010101111000000001111110011111110001111101010111011001000111111101000011111001001011100 | 8fabc03f3f8fabb23fa1f25c |
UTF-8 | ì¥è·£\ | 11000011101011001100001010001000110000101010010111000011101010001100001010110111110000101010001101011100 | c3acc288c2a5c3a8c2b7c2a35c |
UHC | ????·?\ | 0011111100111111001111110011111110100001101001000011111101011100 | 3f3f3f3fa1a43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)