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 | íâe~ | 1001111111101101111000100110010101111110 | 9fede2657e |
SJIS-WIN | ???e~ | 0011111100111111001111110110010101111110 | 3f3f3f657e |
EUC-JP | ?íâe~ | 001111111000111110101011101111111000111110101011101001000110010101111110 | 3f8fabbf8faba4657e |
UTF-8 | íâe~ | 1100001010011111110000111010110111000011101000100110010101111110 | c29fc3adc3a2657e |
UHC | ???e~ | 0011111100111111001111110110010101111110 | 3f3f3f657e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)