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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????抱^ | 0011111100111111001111110011111100111111100101011111100001011110 | 3f3f3f3f3f95f85e |
EUC-JP | ?????抱^ | 0011111100111111001111110011111100111111110010101111101001011110 | 3f3f3f3f3fcafa5e |
UTF-8 | 룶엑暴룶엑抱^ | 11101011101000111011011011101100100101111001000111101111101010001000011011101011101000111011011011101100100101111001000111100110100010101011000101011110 | eba3b6ec9791efa886eba3b6ec9791e68ab15e |
UHC | 룶엑暴룶엑抱^ | 10001111101010111011111110100010111110001101101110001111101010111011111110100010111110001101100101011110 | 8fabbfa2f8db8fabbfa2f8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)