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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | イ遑肭 | 11110000101101001011001011100111101000011110001111101011 | f0b4b2e7a1e3eb |
EUC-JP | ?イ遑肭 | 00111111100011101011001011101110101000111110011011101101 | 3f8eb2eea3e6ed |
UTF-8 | イ遑肭 | 111011101000000110110011111011111011110110110010111010011000000110010001111010001000001010101101 | ee81b3efbdb2e98191e882ad |
UHC | ??遑? | 0011111100111111111111001101101000111111 | 3f3ffcda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)