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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 霑ケ蜈沓F | 1110100010111111101110011110010110000101100011000100001001000110 | e8bfb9e5858c4246 |
EUC-JP | 霑ケ蜈沓F | 111100001100000110001110101110011110100111100101101101111010001101000110 | f0c18eb9e9e5b7a346 |
UTF-8 | 霑ケ蜈沓F | 11101001100111001001000111101111101111011011100111101000100111001000100011100110101100101001001101000110 | e99c91efbdb9e89c88e6b29346 |
UHC | 霑?蜈沓F | 1110111111000101001111111110100010100101110100111100101101000110 | efc53fe8a5d3cb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)