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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?り?揖?^ | 0011111110000010111010000011111110010111010010110011111101011110 | 3f82e83f974b3f5e |
EUC-JP | ?り?揖?^ | 0011111110100100111010100011111111001101101011000011111101011110 | 3fa4ea3fcdac3f5e |
UTF-8 | 閭り내揖멵^ | 11101111101001101000011011100011100000101000101011101011100000101011010011100110100011111001011011101011101010011011010101011110 | efa686e3828aeb82b4e68f96eba9b55e |
UHC | 閭り내揖멵^ | 1110011010101101101010101110101010110011101110111110101111100111100100010110001101011110 | e6adaaeab3bbebe791635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)