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 | 111001000110101100111111100001000100110001001101 | e46b3f844c4d |
EUC-JP | 臾?ЛM | 111001111100110000111111101001111010110101001101 | e7cc3fa7ad4d |
UTF-8 | 臾곕ЛM | 111010001000011110111110111010101011001110010101110100001001101101001101 | e887beeab395d09b4d |
UHC | 臾곕ЛM | 11101011101011001011000011101011101011001010110101001101 | ebacb0ebacad4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)