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 | 薔?漿?在? | 111001010100101100111111100111111111011100111111100011011101110100111111 | e54b3f9ff73f8ddd3f |
EUC-JP | 薔?漿?在? | 111010011010110000111111110111101111100100111111101110101101111100111111 | e9ac3fdef93fbadf3f |
UTF-8 | 薔렊漿렣在렦 | 111010001001011010010100111010111010000010001010111001101011110010111111111010111010000010100011111001011001110010101000111010111010000010100110 | e89694eba08ae6bcbfeba0a3e59ca8eba0a6 |
UHC | 薔렊漿렣在렦 | 111011011111100110001110101000011110110111101100100011101011010011101110101001001000111010110101 | edf98ea1edec8eb4eea48eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)