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 | ?????嵬 | 00111111001111110011111100111111001111111001101111001010 | 3f3f3f3f3f9bca |
EUC-JP | ?????嵬 | 00111111001111110011111100111111001111111101011011001100 | 3f3f3f3f3fd6cc |
UTF-8 | 뤶퓥힘렊섀嵬 | 111010111010010010110110111011011001001110100101111011011001111010011000111010111010000010001010111011001000010010000000111001011011010110101100 | eba4b6ed93a5ed9e98eba08aec8480e5b5ac |
UHC | 뤶퓥힘렊섀嵬 | 100011111110010010111111100011101100100011111011100011101010000110111100101010001110100011100011 | 8fe4bf8ec8fb8ea1bca8e8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)