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 | 渹「邇ョ痔 | 1111101101000110101000101110011110001110101011101000111010100100 | fb46a2e78eae8ea4 |
EUC-JP | 渹「邇ョ痔 | 1000111111000111111011101000111010100010111011011110111010001110101011101011110010100110 | 8fc7ee8ea2edee8eaebca6 |
UTF-8 | 渹「邇ョ痔 | 111001101011100010111001111011111011110110100010111010011000001010000111111011111011110110101110111001111001011110010100 | e6b8b9efbda2e98287efbdaee79794 |
UHC | ??邇?痔 | 00111111001111111110110011000100001111111111011011000000 | 3f3fecc43ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)