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 | 逧党逧怒^ | 111001111001101010010011011111011110011110011010100100110111101101011110 | e79a937de79a937b5e |
EUC-JP | 逧党逧怒^ | 111011011111101011000101110111101110110111111010110001011101110001011110 | edfac5deedfac5dc5e |
UTF-8 | 逧党逧怒^ | 11101001100000001010011111100101100001011001101011101001100000001010011111100110100000001001001001011110 | e980a7e5859ae980a7e680925e |
UHC | ???怒^ | 001111110011111100111111110100101100000101011110 | 3f3f3fd2c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)