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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | 竪d辿竪 | 10010010010001110110010010010010010010001001001001000111 | 92476492489247 |
EUC-JP | 竪d辿竪 | 11000011101010000110010011000011101010011100001110101000 | c3a864c3a9c3a8 |
UTF-8 | 竪d辿竪 | 11100111101010111010101001100100111010001011111010111111111001111010101110101010 | e7abaa64e8bebfe7abaa |
UHC | 竪d?竪 | 111000101011010101100100001111111110001010110101 | e2b5643fe2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)