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ä[ | 111001010100110110001010111001001000001101011011 | e54d8ae4835b |
SJIS-WIN | ?M???[ | 001111110100110100111111001111110011111101011011 | 3f4d3f3f3f5b |
EUC-JP | åM?ä?[ | 10001111101010111010100101001101001111111000111110101011101000110011111101011011 | 8faba94d3f8faba33f5b |
UTF-8 | åMä[ | 11000011101001010100110111000010100010101100001110100100110000101000001101011011 | c3a54dc28ac3a4c2835b |
UHC | ?M???[ | 001111110100110100111111001111110011111101011011 | 3f4d3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)