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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猷?Ⅲ傲 | 10010111010100010011111110000111010101101001100011111100 | 97513f875698fc |
EUC-JP | 猷??傲 | 110011011011001000111111001111111101000011111110 | cdb23f3fd0fe |
UTF-8 | 猷띰Ⅲ傲 | 111001111000110010110111111010111001110110110000111000101000010110100010111001011000001010110010 | e78cb7eb9db0e285a2e582b2 |
UHC | 猷띰Ⅲ傲 | 1110101110100011101101101110111110100101101100101110011111101100 | eba3b6efa5b2e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)