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 | 渦??徇? | 10001001010100010011111100111111100111000110110100111111 | 89513f3f9c6d3f |
EUC-JP | 渦??徇? | 10110001101100100011111100111111110101111100111000111111 | b1b23f3fd7ce3f |
UTF-8 | 渦쒐릡徇멑 | 111001101011100010100110111011001001001010010000111010111010011010100001111001011011111010000111111010111010100110010001 | e6b8a6ec9290eba6a1e5be87eba991 |
UHC | 渦쒐릡徇멑 | 11101000101111101001110011100111100100001000001111100010110111111001000101000110 | e8be9ce79083e2df9146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)