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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 笋o州 | 111000101010001010000010100011111000111101000010 | e2a2828f8f42 |
EUC-JP | 笋o州 | 111001001010010010100011111011111011110110100011 | e4a4a3efbda3 |
UTF-8 | 笋o州 | 111001111010110010001011111011111011110110001111111001011011011110011110 | e7ac8befbd8fe5b79e |
UHC | ?o州 | 0011111110100011111011111111000110110110 | 3fa3eff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)