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 | 他奪誰測 | 1001000110111100100100100100010010010010010011101001000110101010 | 91bc9244924e91aa |
EUC-JP | 他奪誰測 | 1100001010111110110000111010010111000011101011111100001010101100 | c2bec3a5c3afc2ac |
UTF-8 | 他奪誰測 | 111001001011101110010110111001011010010110101010111010001010101010110000111001101011100010101100 | e4bb96e5a5aae8aab0e6b8ac |
UHC | 他奪誰測 | 1111011011100010111101111010110011100010110000011111011010110100 | f6e2f7ace2c1f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)