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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | テヲツ渉色 | 11000011101001101100001010001111110000101001000001000110 | c3a6c28fc29046 |
EUC-JP | テヲツ渉色 | 10001110110000111000111010100110100011101100001010111110110001001011111110100111 | 8ec38ea68ec2bec4bfa7 |
UTF-8 | テヲツ渉色 | 111011111011111010000011111011111011110110100110111011111011111010000010111001101011100010001001111010001000100110110010 | efbe83efbda6efbe82e6b889e889b2 |
UHC | ????色 | 001111110011111100111111001111111101111111100100 | 3f3f3f3fdfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)