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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 剖n}剖n{^ | 100101100101010101101110011111011001011001010101011011100111101101011110 | 96556e7d96556e7b5e |
EUC-JP | 剖n}剖n{^ | 110010111011011001101110011111011100101110110110011011100111101101011110 | cbb66e7dcbb66e7b5e |
UTF-8 | 剖n}剖n{^ | 1110010110001001100101100110111001111101111001011000100110010110011011100111101101011110 | e589966e7de589966e7b5e |
UHC | 剖n}剖n{^ | 110111001111100001101110011111011101110011111000011011100111101101011110 | dcf86e7ddcf86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)