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 | 﨑情痘浯 | 1111101010110001100011111110111010010011100101111111101011111100 | fab18fee9397fafc |
EUC-JP | ?情痘浯 | 0011111110111110111100001100010111110111100011111100011111000011 | 3fbef0c5f78fc7c3 |
UTF-8 | 﨑情痘浯 | 111011111010100010010001111001101000001110000101111001111001011110011000111001101011010110101111 | efa891e68385e79798e6b5af |
UHC | ?情痘? | 001111111110111111010111110101001110001100111111 | 3fefd7d4e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)