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 | ラ赭紕 | 11010111111001101101111011110011110101101110001101000010 | d7e6def3d6e342 |
EUC-JP | ラ赭?紕 | 10001110110101111110110011100000001111111110010110100011 | 8ed7ece03fe5a3 |
UTF-8 | ラ赭紕 | 111011111011111010010111111010001011010110101101111011101000101110001001111001111011010010010101 | efbe97e8b5adee8b89e7b495 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)