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 | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 崖ョ?M | 100010100101001010000011100001110011111101001101 | 8a5283873f4d |
EUC-JP | 崖ョ?M | 101100111011001110100101111001110011111101001101 | b3b3a5e73f4d |
UTF-8 | 崖ョ뿾M | 11100101101101001001011011100011100000111010011111101011101111111011111001001101 | e5b496e383a7ebbfbe4d |
UHC | 崖ョ뿾M | 11100100111100001010101111100111100101111011111001001101 | e4f0abe797be4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)