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 | û¥äÔúë^ | 11111011101001011110010011010100111110101110101101011110 | fba5e4d4faeb5e |
SJIS-WIN | ?¥????^ | 0011111110000001100011110011111100111111001111110011111101011110 | 3f818f3f3f3f3f5e |
EUC-JP | û?äÔúë^ | 1000111110101011111001010011111110001111101010111010001110001111101010101101010010001111101010111110001010001111101010111011001101011110 | 8fabe53f8faba38faad48fabe28fabb35e |
UTF-8 | û¥äÔúë^ | 11000011101110111100001010100101110000111010010011000011100101001100001110111010110000111010101101011110 | c3bbc2a5c3a4c394c3bac3ab5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)