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ä« | 1110010101001101100010101110010010101011 | e54d8ae4ab |
SJIS-WIN | ?M??? | 0011111101001101001111110011111100111111 | 3f4d3f3f3f |
EUC-JP | åM?ä? | 100011111010101110101001010011010011111110001111101010111010001100111111 | 8faba94d3f8faba33f |
UTF-8 | åMä« | 110000111010010101001101110000101000101011000011101001001100001010101011 | c3a54dc28ac3a4c2ab |
UHC | ?M??? | 0011111101001101001111110011111100111111 | 3f4d3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)