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 | 辿Mo | 1110100010111110101111110100110101101111 | e8bebf4d6f |
SJIS-WIN | ???Mo | 0011111100111111001111110100110101101111 | 3f3f3f4d6f |
EUC-JP | è?¿Mo | 100011111010101110110010001111111000111110100010110001000100110101101111 | 8fabb23f8fa2c44d6f |
UTF-8 | 辿Mo | 1100001110101000110000101011111011000010101111110100110101101111 | c3a8c2bec2bf4d6f |
UHC | ?¾¿Mo | 00111111101010001111101010100010101011110100110101101111 | 3fa8faa2af4d6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)