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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韜丞臆ミ゙ | 1110100011101001100011111110010110001001101100001101000011011110 | e8e98fe589b0d0de |
EUC-JP | 韜丞臆ミ゙ | 11110000111010111011111011100111101100101011001010001110110100001000111011011110 | f0ebbee7b2b28ed08ede |
UTF-8 | 韜丞臆ミ゙ | 111010011001111110011100111001001011100010011110111010001000011110000110111011111011111010010000111011111011111010011110 | e99f9ce4b89ee88786efbe90efbe9e |
UHC | 韜丞臆?? | 1101010010110111111000111010101011100101111001100011111100111111 | d4b7e3aae5e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)