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 | 11111011101011111011001001101101 | fbafb26d |
SJIS-WIN | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
EUC-JP | û¯?m | 1000111110101011111001011000111110100010101101000011111101101101 | 8fabe58fa2b43f6d |
UTF-8 | û¯²m | 11000011101110111100001010101111110000101011001001101101 | c3bbc2afc2b26d |
UHC | ??²m | 0011111100111111101010011111011101101101 | 3f3fa9f76d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)