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ä« | 1110010010111100100000101000111110001111010011011110010010101011 | e4bc828f8f4de4ab |
SJIS-WIN | ?????M?? | 0011111100111111001111110011111100111111010011010011111100111111 | 3f3f3f3f3f4d3f3f |
EUC-JP | ä????Mä? | 100011111010101110100011001111110011111100111111001111110100110110001111101010111010001100111111 | 8faba33f3f3f3f4d8faba33f |
UTF-8 | ä¼Mä« | 110000111010010011000010101111001100001010000010110000101000111111000010100011110100110111000011101001001100001010101011 | c3a4c2bcc282c28fc28f4dc3a4c2ab |
UHC | ?¼???M?? | 001111111010100011111001001111110011111100111111010011010011111100111111 | 3fa8f93f3f3f4d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)