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 | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
SJIS-WIN | 猷??崖??d | 100101110101000100111111001111111000101001010010001111110011111101100100 | 97513f3f8a523f3f64 |
EUC-JP | 猷??崖??d | 110011011011001000111111001111111011001110110011001111110011111101100100 | cdb23f3fb3b33f3f64 |
UTF-8 | 猷띠썿崖먥뼦d | 11100111100011001011011111101011100111011010000011101100100011011011111111100101101101001001011011101011101010001010010111101011101111001010011001100100 | e78cb7eb9da0ec8dbfe5b496eba8a5ebbca664 |
UHC | 猷띠썿崖먥뼦d | 11101011101000111011011011101100100110111010100111100100111100001001000011100010100101101010100101100100 | eba3b6ec9ba9e4f090e296a964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)