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 | ????a | 0011111100111111001111110011111101100001 | 3f3f3f3f61 |
SJIS-WIN | 漬???a | 100100101101000000111111001111110011111101100001 | 92d03f3f3f61 |
EUC-JP | 漬???a | 110001001101001000111111001111110011111101100001 | c4d23f3f3f61 |
UTF-8 | 漬얗렖렭a | 11100110101111001010110011101100100101101001011111101011101000001001011011101011101000001010110101100001 | e6bcacec9697eba096eba0ad61 |
UHC | 漬얗렖렭a | 111100101011000010111110111010011000111010101011100011101011101001100001 | f2b0bee98eab8eba61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)