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 | 邪捨顋邪捨 | 10001110110101111000111011001100111010001111100110001110110101111000111011001100 | 8ed78ecce8f98ed78ecc |
EUC-JP | 邪捨顋邪捨 | 10111100110110011011110011001110111100001111101110111100110110011011110011001110 | bcd9bccef0fbbcd9bcce |
UTF-8 | 邪捨顋邪捨 | 111010011000001010101010111001101000110110101000111010011010000110001011111010011000001010101010111001101000110110101000 | e982aae68da8e9a18be982aae68da8 |
UHC | 邪捨?邪捨 | 110111101111011111011110110101110011111111011110111101111101111011010111 | def7ded73fdef7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)