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 | 11111001111111101011010001101101 | f9feb46d |
SJIS-WIN | ??´m | 0011111100111111100000010100110001101101 | 3f3f814c6d |
EUC-JP | ùþ´m | 100011111010101111100011100011111010100111010000101000011010110101101101 | 8fabe38fa9d0a1ad6d |
UTF-8 | ùþ´m | 11000011101110011100001110111110110000101011010001101101 | c3b9c3bec2b46d |
UHC | ?þ´m | 001111111010100110101101101000101010010101101101 | 3fa9ada2a56d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)