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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 侑莎??篠煎 | 10011000110100001110010010110011001111110011111110001110110000101001000011110111 | 98d0e4b33f3f8ec290f7 |
EUC-JP | 侑莎??篠煎 | 11010000110100101110100010110101001111110011111110111100110001001100000011111001 | d0d2e8b53f3fbcc4c0f9 |
UTF-8 | 侑莎헉뤊篠煎 | 111001001011111010010001111010001000111010001110111011011001011110001001111010111010010010001010111001111010111110100000111001111000010110001110 | e4be91e88e8eed9789eba48ae7afa0e7858e |
UHC | 侑莎헉뤊篠煎 | 111010101110001011011110111011011100011111100100100011111011101011100001110001101110111110100001 | eae2deedc7e48fbae1c6efa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)