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 | ?嶼勘漿? | 0011111110011011110101111000101010101000100111111111011100111111 | 3f9bd78aa89ff73f |
EUC-JP | ?嶼勘漿? | 0011111111010110110110011011010010101010110111101111100100111111 | 3fd6d9b4aadef93f |
UTF-8 | 뤶嶼勘漿볼 | 111010111010010010110110111001011011011010111100111001011000101110011000111001101011110010111111111010111011001110111100 | eba4b6e5b6bce58b98e6bcbfebb3bc |
UHC | 뤶嶼勘漿볼 | 10001111111001001101111111101100110010101110101111101101111011001011101010111100 | 8fe4dfeccaebedecbabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)