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 | 脱棚息脱束 | 10010010010001011001001001001001100100011010011110010010010001011001000110101001 | 9245924991a7924591a9 |
EUC-JP | 脱棚息脱束 | 11000011101001101100001110101010110000101010100111000011101001101100001010101011 | c3a6c3aac2a9c3a6c2ab |
UTF-8 | 脱棚息脱束 | 111010001000010010110001111001101010001110011010111001101000000110101111111010001000010010110001111001101001110110011111 | e884b1e6a39ae681afe884b1e69d9f |
UHC | ?棚息?束 | 0011111111011101110111001110001111010011001111111110000111010110 | 3fdddce3d33fe1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)