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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蹂ー豐。B | 11100110111110001011000011100110101100101010000101000010 | e6f8b0e6b2a142 |
EUC-JP | 蹂ー豐。B | 111011001111101010001110101100001110110010110100100011101010000101000010 | ecfa8eb0ecb48ea142 |
UTF-8 | 蹂ー豐。B | 11101000101110011000001011101111101111011011000011101000101100011001000011101111101111011010000101000010 | e8b982efbdb0e8b190efbda142 |
UHC | 蹂???B | 111010111011001100111111001111110011111101000010 | ebb33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)