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 | 猷?9秧?? | 100101110101000100111111100000100101100011100010010111100011111100111111 | 97513f8258e25e3f3f |
EUC-JP | 猷?9秧?? | 110011011011001000111111101000111011100111100011101111110011111100111111 | cdb23fa3b9e3bf3f3f |
UTF-8 | 猷뜻9秧썩뼠 | 111001111000110010110111111010111001110010111011111011111011110010011001111001111010011110100111111011001000110110101001111010111011110010100000 | e78cb7eb9cbbefbc99e7a7a7ec8da9ebbca0 |
UHC | 猷뜻9秧썩뼠 | 111010111010001110110110111001101010001110111001111001001110101110111101111000101001011010100011 | eba3b6e6a3b9e4ebbde296a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)