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 | 콸íë¹ | 1110110010111101100011101011100011101101111010111000111010111001 | ecbd8eb8edeb8eb9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ì??¸íë?? | 10001111101010111100000000111111001111111000111110100010101100011000111110101011101111111000111110101011101100110011111100111111 | 8fabc03f3f8fa2b18fabbf8fabb33f3f |
UTF-8 | 콸íë¹ | 11000011101011001100001010111101110000101000111011000010101110001100001110101101110000111010101111000010100011101100001010111001 | c3acc2bdc28ec2b8c3adc3abc28ec2b9 |
UHC | ?½?¸???¹ | 0011111110101000111101100011111110100010101011000011111100111111001111111010100111110110 | 3fa8f63fa2ac3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)