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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 眄糅眄糅^ | 111000011011111011100010111100001110000110111110111000101111000001011110 | e1bee2f0e1bee2f05e |
EUC-JP | 眄糅眄糅^ | 111000101100000011100100111100101110001011000000111001001111001001011110 | e2c0e4f2e2c0e4f25e |
UTF-8 | 眄糅眄糅^ | 11100111100111001000010011100111101100111000010111100111100111001000010011100111101100111000010101011110 | e79c84e7b385e79c84e7b3855e |
UHC | 眄?眄?^ | 11011000111110000011111111011000111110000011111101011110 | d8f83fd8f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)