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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 侑莎?? | 100110001101000011100100101100110011111100111111 | 98d0e4b33f3f |
EUC-JP | 侑莎?? | 110100001101001011101000101101010011111100111111 | d0d2e8b53f3f |
UTF-8 | 侑莎렟㎣ | 111001001011111010010001111010001000111010001110111010111010000010011111111000111000111010100011 | e4be91e88e8eeba09fe38ea3 |
UHC | 侑莎렟㎣ | 1110101011100010110111101110110110001110101100001010011110100111 | eae2deed8eb0a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)