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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍ッ蝓主尢 | 111010011000001010101111111001011001111110001110111001011001101110010111 | e982afe59f8ee59b97 |
EUC-JP | 驍ッ蝓主尢 | 11110001111000101000111010101111111010101010000110111100111001111101010111110111 | f1e28eafeaa1bce7d5f7 |
UTF-8 | 驍ッ蝓主尢 | 111010011010100110001101111011111011110110101111111010001001110110010011111001001011100010111011111001011011000010100010 | e9a98defbdafe89d93e4b8bbe5b0a2 |
UHC | 驍??主? | 11111101101001000011111100111111111100011010101100111111 | fda43f3ff1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)