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 | 鴫執^ | 111100001100000010001110101100001111000010110010100011101011011101011110 | f0c08eb0f0b28eb75e |
EUC-JP | ?鴫?執^ | 00111111101111001011001000111111101111001011100101011110 | 3fbcb23fbcb95e |
UTF-8 | 鴫執^ | 11101110100000011011111111101001101101001010101111101110100000011011000111100101100111111011011101011110 | ee81bfe9b4abee81b1e59fb75e |
UHC | ???執^ | 001111110011111100111111111100101111101101011110 | 3f3f3ff2fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)