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 | 猷?┰徇? | 1001011101010001001111111000010010111011100111000110110100111111 | 97513f84bb9c6d3f |
EUC-JP | 猷?┰徇? | 1100110110110010001111111010100010111101110101111100111000111111 | cdb23fa8bdd7ce3f |
UTF-8 | 猷띠┰徇덨 | 111001111000110010110111111010111001110110100000111000101001010010110000111001011011111010000111111010111000110110101000 | e78cb7eb9da0e294b0e5be87eb8da8 |
UHC | 猷띠┰徇덨 | 11101011101000111011011011101100101001101011110111100010110111111000100101000010 | eba3b6eca6bde2df8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)