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 | ???日? | 001111110011111100111111100100111111101000111111 | 3f3f3f93fa3f |
EUC-JP | ???日? | 001111110011111100111111110001101111110000111111 | 3f3f3fc6fc3f |
UTF-8 | 琉든꽣日덨 | 111011111010011110001100111010111001001110100000111010101011110110100011111001101001011110100101111010111000110110101000 | efa78ceb93a0eabda3e697a5eb8da8 |
UHC | 琉든꽣日덨 | 11101011101001001011010111100111100001001011000011101100111011011000100101000010 | eba4b5e784b0eced8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)