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 | 渦??域? | 10001001010100010011111100111111100010001110011000111111 | 89513f3f88e63f |
EUC-JP | 渦??域? | 10110001101100100011111100111111101100001110100000111111 | b1b23f3fb0e83f |
UTF-8 | 渦쒙퐜域찯 | 111001101011100010100110111011001001001010011001111011011001000010011100111001011001111110011111111011001011000010101111 | e6b8a6ec9299ed909ce59f9fecb0af |
UHC | 渦쒙퐜域찯 | 11101000101111101001110011101111101111011000011011100110101101001010101001000110 | e8be9cefbd86e6b4aa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)