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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
SJIS-WIN | 慫?渦?? | 10011100110011110011111110001001010100010011111100111111 | 9ccf3f89513f3f |
EUC-JP | 慫?渦®? | 110110001101000100111111101100011011001010001111101000101110111000111111 | d8d13fb1b28fa2ee3f |
UTF-8 | 慫렫渦®롚 | 1110011010000101101010111110101110100000101010111110011010111000101001101100001010101110111010111010000110011010 | e685abeba0abe6b8a6c2aeeba19a |
UHC | 慫렫渦®롚 | 11110000111101101000111010111001111010001011111010100010111001111000111011011110 | f0f68eb9e8bea2e78ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)