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 | ?蓚?蓚^ | 00111111111001001110100100111111111001001110100101011110 | 3fe4e93fe4e95e |
EUC-JP | ?蓚?蓚^ | 00111111111010001110101100111111111010001110101101011110 | 3fe8eb3fe8eb5e |
UTF-8 | 셰蓚셰蓚^ | 11101100100001011011000011101000100100111001101011101100100001011011000011101000100100111001101001011110 | ec85b0e8939aec85b0e8939a5e |
UHC | 셰蓚셰蓚^ | 101111001100111011100010101111101011110011001110111000101011111001011110 | bccee2bebccee2be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)