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 | MI}MI{^ | 1001001001001101100100100100100101111101100100100100110110010010010010010111101101011110 | 924d92497d924d92497b5e |
SJIS-WIN | ?M?I}?M?I{^ | 0011111101001101001111110100100101111101001111110100110100111111010010010111101101011110 | 3f4d3f497d3f4d3f497b5e |
EUC-JP | ?M?I}?M?I{^ | 0011111101001101001111110100100101111101001111110100110100111111010010010111101101011110 | 3f4d3f497d3f4d3f497b5e |
UTF-8 | MI}MI{^ | 110000101001001001001101110000101001001001001001011111011100001010010010010011011100001010010010010010010111101101011110 | c2924dc292497dc2924dc292497b5e |
UHC | ?M?I}?M?I{^ | 0011111101001101001111110100100101111101001111110100110100111111010010010111101101011110 | 3f4d3f497d3f4d3f497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)