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 | 逋随酋鐓 | 1110011110011001100100001000111110001111010101011110100001011101 | e799908f8f55e85d |
EUC-JP | 逋随酋鐓 | 1110110111111001101111111110111110111101101101101110111110111110 | edf9bfefbdb6efbe |
UTF-8 | 逋随酋鐓 | 111010011000000010001011111010011001101010001111111010011000010110001011111010011001000010010011 | e9808be99a8fe9858be99093 |
UHC | 逋?酋? | 111110001110011100111111111101011101110000111111 | f8e73ff5dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)