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 | 猷??齬? | 10010111010100010011111100111111111010101001011100111111 | 97513f3fea973f |
EUC-JP | 猷??齬? | 11001101101100100011111100111111111100111111011100111111 | cdb23f3ff3f73f |
UTF-8 | 猷룡퐗齬쿒 | 111001111000110010110111111010111010001110100001111011011001000010010111111010011011110110101100111011001011111110010010 | e78cb7eba3a1ed9097e9bdacecbf92 |
UHC | 猷룡퐗齬쿒 | 11101011101000111011011111100110101111011000000111100101111000011011001101000111 | eba3b7e6bd81e5e1b347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)