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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 田}田{^ | 10010011011000110111110110010011011000110111101101011110 | 93637d93637b5e |
EUC-JP | 田}田{^ | 11000101110001000111110111000101110001000111101101011110 | c5c47dc5c47b5e |
UTF-8 | 田}田{^ | 111001111001010010110000011111011110011110010100101100000111101101011110 | e794b07de794b07b5e |
UHC | 田}田{^ | 11101111101000110111110111101111101000110111101101011110 | efa37defa37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)