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 | 菠贍」 | 1110010011001000111001101101011010100011 | e4c8e6d6a3 |
EUC-JP | 菠贍」 | 111010001100101011101100110110001000111010100011 | e8caecd88ea3 |
UTF-8 | 菠贍」 | 111010001000111110100000111010001011010010001101111011111011110110100011 | e88fa0e8b48defbda3 |
UHC | ?贍? | 00111111111000001110101100111111 | 3fe0eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)