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 | 臧??猛?? | 1110010001101000001111110011111110010110110100100011111100111111 | e4683f3f96d23f3f |
EUC-JP | 臧??猛?? | 1110011111001001001111110011111111001100110101000011111100111111 | e7c93f3fccd43f3f |
UTF-8 | 臧얩렪猛렒렰 | 111010001000011110100111111011001001011010101001111010111010000010101010111001111000110010011011111010111010000010010010111010111010000010110000 | e887a7ec96a9eba0aae78c9beba092eba0b0 |
UHC | 臧얩렪猛렒렰 | 111011011111010110111110111011011000111010111000110110001110110110001110101001111000111010111101 | edf5beed8eb8d8ed8ea78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)