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 | 邪式莟 | 100011101101011110001110101011101110010010101111 | 8ed78eaee4af |
EUC-JP | 邪式莟 | 101111001101100110111100101100001110100010110001 | bcd9bcb0e8b1 |
UTF-8 | 邪式莟 | 111010011000001010101010111001011011110010001111111010001000111010011111 | e982aae5bc8fe88e9f |
UHC | 邪式? | 1101111011110111111000111101001000111111 | def7e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)