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 | 逋ー阮嫋 | 11100111100110011011000011101000100101101001101101011101 | e799b0e8969b5d |
EUC-JP | 逋ー阮嫋 | 1110110111111001100011101011000011101111111101101101010110111110 | edf98eb0eff6d5be |
UTF-8 | 逋ー阮嫋 | 111010011000000010001011111011111011110110110000111010011001100010101110111001011010101110001011 | e9808befbdb0e998aee5ab8b |
UHC | 逋?阮? | 111110001110011100111111111010001101011000111111 | f8e73fe8d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)