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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 讓らョ定ィウ | 111001101010100010000010111001111010111010010010111010001010100010110011 | e6a882e7ae92e8a8b3 |
EUC-JP | 讓らョ定ィウ | 111011001010101010100100111010011000111010101110110001001110101010001110101010001000111010110011 | ecaaa4e98eaec4ea8ea88eb3 |
UTF-8 | 讓らョ定ィウ | 111010001010111010010011111000111000001010001001111011111011110110101110111001011010111010011010111011111011110110101000111011111011110110110011 | e8ae93e38289efbdaee5ae9aefbda8efbdb3 |
UHC | 讓ら?定?? | 111001011101001110101010111010010011111111101111110100100011111100111111 | e5d3aae93fefd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)