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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??˝? | 001111110011111110001111101000101011001100111111 | 3f3f8fa2b33f |
UTF-8 | 卄숀˝뤗 | 1110010110001101100001001110110010001000100000001100101110011101111010111010010010010111 | e58d84ec8880cb9deba497 |
UHC | 卄숀˝뤗 | 1110110011111110101111001111000010100010101010011000111111000111 | ecfebcf0a2a98fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)