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¨ç | 11111011010011011010100011100111 | fb4da8e7 |
SJIS-WIN | ?M¨? | 0011111101001101100000010100111000111111 | 3f4d814e3f |
EUC-JP | ûM¨ç | 100011111010101111100101010011011010000110101111100011111010101110101110 | 8fabe54da1af8fabae |
UTF-8 | ûM¨ç | 11000011101110110100110111000010101010001100001110100111 | c3bb4dc2a8c3a7 |
UHC | ?M¨? | 0011111101001101101000011010011100111111 | 3f4da1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)