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 | 壓????? | 10011010110110000011111100111111001111110011111100111111 | 9ad83f3f3f3f3f |
EUC-JP | 壓????? | 11010100110110100011111100111111001111110011111100111111 | d4da3f3f3f3f3f |
UTF-8 | 壓뀀젌獵롫젙 | 111001011010001110010011111010111000000010000000111011001010000010001100111011111010011010100111111010111010000110101011111011001010000010011001 | e5a393eb8080eca08cefa6a7eba1abeca099 |
UHC | 壓뀀젌獵롫젙 | 111001001110001010110010111010111010000010001101111001111010011010001110111010111010000010010101 | e4e2b2eba08de7a68eeba095 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)