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 | ±Áe^ | 110000101011000111000001101011010110010101011110 | c2b1c1ad655e |
SJIS-WIN | ?±??e^ | 00111111100000010111110100111111001111110110010101011110 | 3f817d3f3f655e |
EUC-JP | ±Á?e^ | 1000111110101010101001001010000111011110100011111010101010100001001111110110010101011110 | 8faaa4a1de8faaa13f655e |
UTF-8 | ±Áe^ | 11000011100000101100001010110001110000111000000111000010101011010110010101011110 | c382c2b1c381c2ad655e |
UHC | ?±?e^ | 0011111110100001101111100011111110100001101010010110010101011110 | 3fa1be3fa1a9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)