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] | 1110000011010001100110000100110101011101 | e0d1984d5d |
SJIS-WIN | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
EUC-JP | àÑ?M] | 100011111010101110100010100011111010101011010000001111110100110101011101 | 8faba28faad03f4d5d |
UTF-8 | àÑM] | 1100001110100000110000111001000111000010100110000100110101011101 | c3a0c391c2984d5d |
UHC | ???M] | 0011111100111111001111110100110101011101 | 3f3f3f4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)