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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 渦?渦??] | 1000100101010001001111111000100101010001001111110011111101011101 | 89513f89513f3f5d |
EUC-JP | 渦?渦??] | 1011000110110010001111111011000110110010001111110011111101011101 | b1b23fb1b23f3f5d |
UTF-8 | 渦캟渦욘튆] | 11100110101110001010011011101100101110101001111111100110101110001010011011101100100110101001100011101101100010101000011001011101 | e6b8a6ecba9fe6b8a6ec9a98ed8a865d |
UHC | 渦캟渦욘튆] | 1110100010111110101100000100011011101000101111101011111111100110101110011001101101011101 | e8beb046e8bebfe6b99b5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)