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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?橈?橈^ | 00111111100111101111010000111111100111101111010001011110 | 3f9ef43f9ef45e |
EUC-JP | ?橈?橈^ | 00111111110111001111011000111111110111001111011001011110 | 3fdcf63fdcf65e |
UTF-8 | 뾑橈뾑橈^ | 11101011101111101001000111100110101010011000100011101011101111101001000111100110101010011000100001011110 | ebbe91e6a988ebbe91e6a9885e |
UHC | 뾑橈뾑橈^ | 100101110100111111101000111110101001011101001111111010001111101001011110 | 974fe8fa974fe8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)