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 | 駭?勇? | 111010010110111000111111100101110100010100111111 | e96e3f97453f |
EUC-JP | 駭?勇? | 111100011100111100111111110011011010011000111111 | f1cf3fcda63f |
UTF-8 | 駭麗勇픳 | 111010011010011110101101111011111010011010001000111001011000101110000111111011011001010010110011 | e9a7adefa688e58b87ed94b3 |
UHC | 駭麗勇픳 | 1111101010110100111001101011000011101001101110001100000001110110 | fab4e6b0e9b8c076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)