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 | 羂碁秋褸 | 1110001110101110100011001110100110001111010010001110010111111000 | e3ae8ce98f48e5f8 |
EUC-JP | 羂碁秋褸 | 1110011010110000101110001110101110111101101010011110101011111010 | e6b0b8ebbda9eafa |
UTF-8 | 羂碁秋褸 | 111001111011111010000010111001111010001010000001111001111010011110001011111010001010010010111000 | e7be82e7a281e7a78be8a4b8 |
UHC | ?碁秋褸 | 00111111110100011011001111110101110101011101011110101110 | 3fd1b3f5d5d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)