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 | 羞駕酬荅 | 1110001110110101100010011110110110001111010101101110010010100111 | e3b589ed8f56e4a7 |
EUC-JP | 羞駕酬荅 | 1110011010110111101100101110111110111101101101111110100010101001 | e6b7b2efbdb7e8a9 |
UTF-8 | 羞駕酬荅 | 111001111011111010011110111010011010011110010101111010011000010110101100111010001000110110000101 | e7be9ee9a795e985ace88d85 |
UHC | 羞駕酬? | 11100010101110101100101010111101111000101100011000111111 | e2bacabde2c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)