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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹燕蟯篠 | 1110001110001000100010011000110111100101101100101000111011000010 | e388898de5b28ec2 |
EUC-JP | 繹燕蟯篠 | 1110010111101000101100011110110111101010101101001011110011000100 | e5e8b1edeab4bcc4 |
UTF-8 | 繹燕蟯篠 | 111001111011100110111001111001111000011110010101111010001001111110101111111001111010111110100000 | e7b9b9e78795e89fafe7afa0 |
UHC | 繹燕蟯篠 | 1110011010111010111001101101100011101001101010001110000111000110 | e6bae6d8e9a8e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)