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 | 悟??踰 | 100011001110010100111111001111111110011011111010 | 8ce53f3fe6fa |
EUC-JP | 悟??踰 | 101110001110011100111111001111111110110011111100 | b8e73f3fecfc |
UTF-8 | 悟뽯쉐踰 | 111001101000001010011111111010111011110110101111111011001000100110010000111010001011100010110000 | e6829febbdafec8990e8b8b0 |
UHC | 悟뽯쉐踰 | 1110011111110110100101101110101110111101101001101110101110110010 | e7f696ebbda6ebb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)