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 | 룴창暴룴창抱^ | 11101011101000111011010011101100101100001011110111101111101010001000011011101011101000111011010011101100101100001011110111100110100010101011000101011110 | eba3b4ecb0bdefa886eba3b4ecb0bde68ab15e |
UHC | 룴창暴룴창抱^ | 10001111101010011100001110100010111110001101101110001111101010011100001110100010111110001101100101011110 | 8fa9c3a2f8db8fa9c3a2f8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)