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 | 筬レ心筬 | 1110001010101011100000111000110010010000010100111110001010101011 | e2ab838c9053e2ab |
EUC-JP | 筬レ心筬 | 1110010010101101101001011110110010111111101101001110010010101101 | e4ada5ecbfb4e4ad |
UTF-8 | 筬レ心筬 | 111001111010110110101100111000111000001110101100111001011011111110000011111001111010110110101100 | e7adace383ace5bf83e7adac |
UHC | 筬レ心筬 | 1110000011111110101010111110110011100011111111011110000011111110 | e0feabece3fde0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)