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 | ???M^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | 竪巽促M^ | 1001001001000111100100100100011010010001101000110100110101011110 | 9247924691a34d5e |
EUC-JP | 竪巽促M^ | 1100001110101000110000111010011111000010101001010100110101011110 | c3a8c3a7c2a54d5e |
UTF-8 | 竪巽促M^ | 1110011110101011101010101110010110110111101111011110010010111111100000110100110101011110 | e7abaae5b7bde4bf834d5e |
UHC | 竪巽促M^ | 1110001010110101111000011101111011110101101101010100110101011110 | e2b5e1def5b54d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)