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 | 猷??墺? | 10010111010100010011111100111111100110101101001000111111 | 97513f3f9ad23f |
EUC-JP | 猷??墺? | 11001101101100100011111100111111110101001101010000111111 | cdb23f3fd4d43f |
UTF-8 | 猷든퐣墺폙 | 111001111000110010110111111010111001001110100000111011011001000010100011111001011010001010111010111011011000111110011001 | e78cb7eb93a0ed90a3e5a2baed8f99 |
UHC | 猷든퐣墺폙 | 11101011101000111011010111100111101111011000110011100111111100101011110101000010 | eba3b5e7bd8ce7f2bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)