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 | Mä}Mä{^ | 1001001001001101100111001110010001111101100100100100110110011100111001000111101101011110 | 924d9ce47d924d9ce47b5e |
SJIS-WIN | ?M??}?M??{^ | 0011111101001101001111110011111101111101001111110100110100111111001111110111101101011110 | 3f4d3f3f7d3f4d3f3f7b5e |
EUC-JP | ?M?ä}?M?ä{^ | 001111110100110100111111100011111010101110100011011111010011111101001101001111111000111110101011101000110111101101011110 | 3f4d3f8faba37d3f4d3f8faba37b5e |
UTF-8 | Mä}Mä{^ | 1100001010010010010011011100001010011100110000111010010001111101110000101001001001001101110000101001110011000011101001000111101101011110 | c2924dc29cc3a47dc2924dc29cc3a47b5e |
UHC | ?M??}?M??{^ | 0011111101001101001111110011111101111101001111110100110100111111001111110111101101011110 | 3f4d3f3f7d3f4d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)