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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 耀??愿?? | 1001011101110011001111110011111110011100110000110011111100111111 | 97733f3f9cc33f3f |
EUC-JP | 耀??愿?ˇ | 11001101110101000011111100111111110110001100010100111111100011111010001010110000 | cdd43f3fd8c53f8fa2b0 |
UTF-8 | 耀믨퀎愿띷ˇ | 1110100010000000100000001110101110101111101010001110110110000000100011101110011010000100101111111110101110011101101101111100101110000111 | e88080ebafa8ed808ee684bfeb9db7cb87 |
UHC | 耀믨퀎愿띷ˇ | 111010011010010110010010111010101011001110000100111010101011010010001101111001101010001010100111 | e9a592eab384eab48de6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)