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 | 押速押速^ | 100010011001111110010001101011001000100110011111100100011010110001011110 | 899f91ac899f91ac5e |
EUC-JP | 押速押速^ | 101100101010000111000010101011101011001010100001110000101010111001011110 | b2a1c2aeb2a1c2ae5e |
UTF-8 | 押速押速^ | 11100110100010101011110011101001100000001001111111100110100010101011110011101001100000001001111101011110 | e68abce9809fe68abce9809f5e |
UHC | 押速押速^ | 111001001110001111100001110111001110010011100011111000011101110001011110 | e4e3e1dce4e3e1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)