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 | ???® | 00111111001111110011111110101110 | 3f3f3fae |
SJIS-WIN | 遭?渦? | 100100011001100000111111100010010101000100111111 | 91983f89513f |
EUC-JP | 遭?渦® | 1100000111111000001111111011000110110010100011111010001011101110 | c1f83fb1b28fa2ee |
UTF-8 | 遭렒渦® | 1110100110000001101011011110101110100000100100101110011010111000101001101100001010101110 | e981adeba092e6b8a6c2ae |
UHC | 遭렒渦® | 1111000011100100100011101010011111101000101111101010001011100111 | f0e48ea7e8bea2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)