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 | 踰育ョ夂 | 11100110111110101000100011100111101011101001101011100111 | e6fa88e7ae9ae7 |
EUC-JP | 踰育ョ夂 | 1110110011111100101100001110100110001110101011101101010011101001 | ecfcb0e98eaed4e9 |
UTF-8 | 踰育ョ夂 | 111010001011100010110000111010001000001010110010111011111011110110101110111001011010010010000010 | e8b8b0e882b2efbdaee5a482 |
UHC | 踰育?? | 111010111011001011101011110000000011111100111111 | ebb2ebc03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)