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 | 邪式写 | 100011101101011110001110101011101000111011001010 | 8ed78eae8eca |
EUC-JP | 邪式写 | 101111001101100110111100101100001011110011001100 | bcd9bcb0bccc |
UTF-8 | 邪式写 | 111010011000001010101010111001011011110010001111111001011000011010011001 | e982aae5bc8fe58699 |
UHC | 邪式? | 1101111011110111111000111101001000111111 | def7e3d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)