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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ラ矣磆ス | 1101011111100001111000011110000111110101101111011111000111011100 | d7e1e1e1f5bdf1dc |
EUC-JP | ラ矣磆ス? | 100011101101011111100010111000111110001011110111100011101011110100111111 | 8ed7e2e3e2f78ebd3f |
UTF-8 | ラ矣磆ス | 111011111011111010010111111001111001111110100011111001111010001110000110111011111011110110111101111011101000010110010111 | efbe97e79fa3e7a386efbdbdee8597 |
UHC | ?矣??? | 001111111110101111111000001111110011111100111111 | 3febf83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)