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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?儆?儆^ | 001111111000111110110010110010100011111110001111101100101100101001011110 | 3f8fb2ca3f8fb2ca5e |
UTF-8 | 크儆크儆^ | 11101101100000011010110011100101100001001000011011101101100000011010110011100101100001001000011001011110 | ed81ace58486ed81ace584865e |
UHC | 크儆크儆^ | 110001011010100111001100110011001100010110101001110011001100110001011110 | c5a9ccccc5a9cccc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)