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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
SJIS-WIN | 跋ィ迪ゥ跛エA | 11100110111010111010100011100111100011001010100111100110111010101011010001000001 | e6eba8e78ca9e6eab441 |
EUC-JP | 跋ィ迪ゥ跛エA | 11101100111011011000111010101000111011011110110010001110101010011110110011101100100011101011010001000001 | eced8ea8edec8ea9ecec8eb441 |
UTF-8 | 跋ィ迪ゥ跛エA | 11101000101101111000101111101111101111011010100011101000101111111010101011101111101111011010100111101000101101111001101111101111101111011011010001000001 | e8b78befbda8e8bfaaefbda9e8b79befbdb441 |
UHC | 跋?迪?跛?A | 11011011101000100011111111101110111010000011111111110111111101010011111101000001 | dba23feee83ff7f53f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)