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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貅剰イ肋 | 11100110101110101000111111101000101100101001100001011101 | e6ba8fe8b2985d |
EUC-JP | 貅剰イ肋 | 1110110010111100101111101110101010001110101100101100111110111110 | ecbcbeea8eb2cfbe |
UTF-8 | 貅剰イ肋 | 111010001011001010000101111001011000100110110000111011111011110110110010111010001000001010001011 | e8b285e589b0efbdb2e8828b |
UHC | ???肋 | 0011111100111111001111111101011111001110 | 3f3f3fd7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)