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{^ | 001111110111101101001110011111010011111101111011010011100111101101011110 | 3f7b4e7d3f7b4e7b5e |
SJIS-WIN | 紀{N}紀{N{^ | 1000101101001001011110110100111001111101100010110100100101111011010011100111101101011110 | 8b497b4e7d8b497b4e7b5e |
EUC-JP | 紀{N}紀{N{^ | 1011010110101010011110110100111001111101101101011010101001111011010011100111101101011110 | b5aa7b4e7db5aa7b4e7b5e |
UTF-8 | 紀{N}紀{N{^ | 11100111101101001000000001111011010011100111110111100111101101001000000001111011010011100111101101011110 | e7b4807b4e7de7b4807b4e7b5e |
UHC | 紀{N}紀{N{^ | 1101000110111010011110110100111001111101110100011011101001111011010011100111101101011110 | d1ba7b4e7dd1ba7b4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)