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 | 縯ú£ | 1110011110111000101011111111101010100011 | e7b8affaa3 |
SJIS-WIN | ????£ | 001111110011111100111111001111111000000110010010 | 3f3f3f3f8192 |
EUC-JP | 縯ú£ | 1000111110101011101011101000111110100010101100011000111110100010101101001000111110101011111000101010000111110010 | 8fabae8fa2b18fa2b48fabe2a1f2 |
UTF-8 | 縯ú£ | 11000011101001111100001010111000110000101010111111000011101110101100001010100011 | c3a7c2b8c2afc3bac2a3 |
UHC | ?¸??? | 001111111010001010101100001111110011111100111111 | 3fa2ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)