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 | 將?才?毅 | 1001101110010010001111111000110111001011001111111000101101000010 | 9b923f8dcb3f8b42 |
EUC-JP | 將?才?毅 | 1101010111110010001111111011101011001101001111111011010110100011 | d5f23fbacd3fb5a3 |
UTF-8 | 將렖才렭毅 | 111001011011000010000111111010111010000010010110111001101000100110001101111010111010000010101101111001101010111110000101 | e5b087eba096e6898deba0ade6af85 |
UHC | 將렖才렭毅 | 11101101111000101000111010101011111011101010011010001110101110101110101111110110 | ede28eabeea68ebaebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)