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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪捨 | 100011101101011110001110110011001111000010101001 | 8ed78eccf0a9 |
EUC-JP | 邪捨? | 1011110011011001101111001100111000111111 | bcd9bcce3f |
UTF-8 | 邪捨 | 111010011000001010101010111001101000110110101000111011101000000110101000 | e982aae68da8ee81a8 |
UHC | 邪捨? | 1101111011110111110111101101011100111111 | def7ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)