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í¯G | 1110110110011000101100000100110111101101100110001010111101000111 | ed98b04ded98af47 |
SJIS-WIN | ??°M???G | 001111110011111110000001100010110100110100111111001111110011111101000111 | 3f3f818b4d3f3f3f47 |
EUC-JP | í?°Mí?¯G | 100011111010101110111111001111111010000111101011010011011000111110101011101111110011111110001111101000101011010001000111 | 8fabbf3fa1eb4d8fabbf3f8fa2b447 |
UTF-8 | í°Mí¯G | 1100001110101101110000101001100011000010101100000100110111000011101011011100001010011000110000101010111101000111 | c3adc298c2b04dc3adc298c2af47 |
UHC | ??°M???G | 001111110011111110100001110001100100110100111111001111110011111101000111 | 3f3fa1c64d3f3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)