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 | 饒?シ愛 | 11101001011000000011111110000011010101101000100010100100 | e9603f835688a4 |
EUC-JP | 饒?シ愛 | 11110001110000010011111110100101101101111011000010100110 | f1c13fa5b7b0a6 |
UTF-8 | 饒묋シ愛 | 111010011010010110010010111010111010110010001011111000111000001010110111111001101000010010011011 | e9a592ebac8be382b7e6849b |
UHC | 饒묋シ愛 | 1110100110101110100100011110100010101011101101111110010011110001 | e9ae91e8abb7e4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)