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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 騾句サキ陲キB | 11101001100000001000101111100101101110111011011111101000101000101011011101000010 | e9808be5bbb7e8a2b742 |
EUC-JP | 騾句サキ陲キB | 11110001111000001011011011100111100011101011101110001110101101111111000010100100100011101011011101000010 | f1e0b6e78ebb8eb7f0a48eb742 |
UTF-8 | 騾句サキ陲キB | 11101001101010001011111011100101100011111010010111101111101111011011101111101111101111011011011111101001100110011011001011101111101111011011011101000010 | e9a8bee58fa5efbdbbefbdb7e999b2efbdb742 |
UHC | ?句????B | 0011111111001111101000110011111100111111001111110011111101000010 | 3fcfa33f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)