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 | 邪捨菁 | 100011101101011110001110110011001110010011000101 | 8ed78ecce4c5 |
EUC-JP | 邪捨菁 | 101111001101100110111100110011101110100011000111 | bcd9bccee8c7 |
UTF-8 | 邪捨菁 | 111010011000001010101010111001101000110110101000111010001000111110000001 | e982aae68da8e88f81 |
UHC | 邪捨菁 | 110111101111011111011110110101111111010011101010 | def7ded7f4ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)