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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ムサ}ムサ{^ | 1101000110111011111100101111001101111101110100011011101111110010111100110111101101011110 | d1bbf2f37dd1bbf2f37b5e |
EUC-JP | ムサ?}ムサ?{^ | 10001110110100011000111010111011001111110111110110001110110100011000111010111011001111110111101101011110 | 8ed18ebb3f7d8ed18ebb3f7b5e |
UTF-8 | ムサ}ムサ{^ | 111011111011111010010001111011111011110110111011111011101000100010101010011111011110111110111110100100011110111110111101101110111110111010001000101010100111101101011110 | efbe91efbdbbee88aa7defbe91efbdbbee88aa7b5e |
UHC | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)