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 | XMá} | 100110100101100010011010010011011110000101111101 | 9a589a4de17d |
SJIS-WIN | ?X?M?} | 001111110101100000111111010011010011111101111101 | 3f583f4d3f7d |
EUC-JP | ?X?Má} | 0011111101011000001111110100110110001111101010111010000101111101 | 3f583f4d8faba17d |
UTF-8 | XMá} | 110000101001101001011000110000101001101001001101110000111010000101111101 | c29a58c29a4dc3a17d |
UHC | ?X?M?} | 001111110101100000111111010011010011111101111101 | 3f583f4d3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)